bansho/app/components/tactical/tactical.html
2015-03-17 14:59:26 -04:00

16 lines
481 B
HTML

<div class="panes panes--3" ng-controller="TacticalCtrl" id="tactical">
<div class="panes__container">
<div class="panes__pane" ng-if="statusOverview">
<adg-status-overview></adg-status-overview>
</div>
<div class="panes__pane" ng-if="currentHealth">
<adg-current-health></adg-current-health>
</div>
<div class="panes__pane" ng-if="topAlertProducers">
<adg-top-alert-producers></adg-top-alert-producers>
</div>
</div>
</div>