bansho/app/components/custom_directive/tactical/tactical.html
Vincent Fournier 5d87fdaacd Improve code naming
Change-Id: If4837f71caca6d594e141fff830c7c2c08376e03
2015-08-24 20:33:27 -04:00

20 lines
582 B
HTML

<header class="main__overview">
<h2 class="main__overview__title">{{title}}</h2>
<div class="panes panes--3" id="tactical">
<div class="panes__container">
<div class="panes__pane" ng-if="statusOverview">
<bansho-status-overview></bansho-status-overview>
</div>
<div class="panes__pane" ng-if="currentHealth">
<bansho-current-health></bansho-current-health>
</div>
<div class="panes__pane" ng-if="topAlertProducers">
<bansho-top-alert-producers></bansho-top-alert-producers>
</div>
</div>
</div>
</header>