bansho/app/components/tactical/tactical.html
aviau 59a5fb561d Removed trailing spaces
Change-Id: Ie827f1915246863c1a959e5c74fff92f2e648318
2015-05-20 12:13:19 -04:00

16 lines
491 B
HTML

<div class="panes panes--3" ng-controller="TacticalCtrl" 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>