Indentation.
This commit is contained in:
parent
59f846835e
commit
bc5bfd1be6
@ -1,14 +1,14 @@
|
|||||||
<div class="panes panes--3" ng-controller="TacticalCtrl" id="tactical">
|
<div class="panes panes--3" ng-controller="TacticalCtrl" id="tactical">
|
||||||
<div class="panes__container">
|
<div class="panes__container">
|
||||||
<div class="panes__pane" ng-if="statusOverview">
|
<div class="panes__pane" ng-if="statusOverview">
|
||||||
<adg-status-overview></adg-status-overview>
|
<adg-status-overview></adg-status-overview>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="panes__pane" ng-if="currentHealth">
|
<div class="panes__pane" ng-if="currentHealth">
|
||||||
<adg-current-health></adg-current-health>
|
<adg-current-health></adg-current-health>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="panes__pane" ng-if="topAlertProducers">
|
<div class="panes__pane" ng-if="topAlertProducers">
|
||||||
<adg-top-alert-producers></adg-top-alert-producers>
|
<adg-top-alert-producers></adg-top-alert-producers>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -54,11 +54,11 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div role="tabpanel" class="problems tab-pane active" id="openProblems">
|
<div role="tabpanel" class="problems tab-pane active" id="openProblems">
|
||||||
<header class="main__content__header clearfix">
|
<header class="main__content__header clearfix">
|
||||||
<h2 class="main__content__title">{{dashboardTables[1].title}}</h2>
|
<h2 class="main__content__title">{{dashboardTables[1].title}}</h2>
|
||||||
<p class="main__content__alert state--error">There are {{nbHostProblems}} host problems.</p>
|
<p class="main__content__alert state--error">There are {{nbHostProblems}} host problems.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<adg-table cells-text="{{dashboardTables[1].CellsText}}"
|
<adg-table cells-text="{{dashboardTables[1].CellsText}}"
|
||||||
cells-name="{{dashboardTables[1].CellsName}}"
|
cells-name="{{dashboardTables[1].CellsName}}"
|
||||||
@ -68,8 +68,8 @@
|
|||||||
no-repeat-cell="{{dashboardTables[1].NoRepeatCell}}"
|
no-repeat-cell="{{dashboardTables[1].NoRepeatCell}}"
|
||||||
refresh-interval="{{dashboardRefreshInterval}}"
|
refresh-interval="{{dashboardRefreshInterval}}"
|
||||||
table-id="1"></adg-table>
|
table-id="1"></adg-table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user