26 lines
904 B
HTML
26 lines
904 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>
|
|
|
|
<bansho-table-actionbar></bansho-table-actionbar>
|
|
|
|
<bansho-table cells-name="{{tableConfig.CellsName}}"
|
|
cells-text="{{tableConfig.CellsText}}"
|
|
input-source="{{tableConfig.InputSource}}"
|
|
filters="{{tableConfig.Filters}}"
|
|
is-wrappable="{{tableConfig.IsWrappable}}"
|
|
no-repeat-cell="{{tableConfig.NoRepeatCell}}"
|
|
refresh-interval="{{singleTableRefreshInterval}}"
|
|
table-id="0"></bansho-table>
|
|
|
|
</section>
|
|
</article>
|