bansho/app/templates/single_table/single_table.html

24 lines
835 B
HTML

<article ng-controller="SingleTableCtrl" 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">{{singleTableTitle}}</h2>
</header>
</div>
</div>
<adg-table cells-name="{{tableConfig.CellsName}}"
cells-text="{{tableConfig.CellsText}}"
api-name="{{tableConfig.ApiName}}"
filters="{{tableConfig.Filters}}"
is-wrappable="{{tableConfig.IsWrappable}}"
no-repeat-cell="{{tableConfig.NoRepeatCell}}"
refresh-interval="{{singleTableRefreshInterval}}"
table-id="0"></adg-table>
</section>
</article>