23 lines
758 B
HTML
23 lines
758 B
HTML
<article ng-controller="HostsCtrl" id="tactical">
|
|
|
|
<section class="main__content tabpanel">
|
|
|
|
<div class="tab-content">
|
|
<div role="tabpanel" class="problems tab-pane active" id="openProblems">
|
|
<header class="main__content__header clearfix">
|
|
<h2 class="main__content__title">{{hostsTitle}}</h2>
|
|
</header>
|
|
</div>
|
|
</div>
|
|
|
|
<adg-table cells-name="{{hostsCellsName}}"
|
|
cells-text="{{hostsCellsText}}"
|
|
api-name="{{hostsApiName}}"
|
|
filters="{{hostsFilters}}"
|
|
is-wrappable="{{hostsIsWrappable}}"
|
|
no-repeat-cell="{{hostsNoRepeatCell}}"
|
|
refresh-interval="{{hostsRefreshInterval}}"></adg-table>
|
|
|
|
</section>
|
|
</article>
|