bansho/app/templates/single_table/single_table.html
aviau 57f2ebd3d4 Allow for multiple table input sources
Change-Id: I7d5bbfd2991462eacc47d4f0a2ded46da2cb8f9d
2015-05-22 11:34:13 -04:00

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>