20 lines
605 B
HTML
20 lines
605 B
HTML
<article ng-controller="CustomViewsCtrl" 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">Custom View</h2>
|
|
</header>
|
|
</div>
|
|
</div>
|
|
|
|
<adg-table cells-name="{{customViewCellsName}}"
|
|
cells-text="{{customViewCellsText}}"
|
|
api-name="{{customViewApiName}}"
|
|
filters="{{customViewFilters}}">
|
|
|
|
</section>
|
|
</article>
|