Merge branch 'frontend_fev13' of github.com:titilambert/adagios-frontend into frontend_fev13

This commit is contained in:
Hugo Soucy 2015-03-20 20:59:16 -04:00
commit ef9ce3f9d0

View File

@ -51,6 +51,14 @@
no-repeat-cell="{{dashboardTables[0].NoRepeatCell}}"
refresh-interval="{{dashboardRefreshInterval}}"
table-id="0"></adg-table>
</div>
<div role="tabpanel" class="problems tab-pane active" id="openProblems">
<header class="main__content__header clearfix">
<h2 class="main__content__title">{{dashboardTables[1].title}}</h2>
<p class="main__content__alert state--error">There are {{nbHostProblems}} host problems.</p>
</header>
<adg-table cells-text="{{dashboardTables[1].CellsText}}"
cells-name="{{dashboardTables[1].CellsName}}"