Skip to content

Commit 03efd96

Browse files
author
David Linko
committed
updated btable id for report headers
1 parent 2b7fdce commit 03efd96

File tree

1 file changed

+1
-1
lines changed
  • anms-ui/public/app/components/management/agents

1 file changed

+1
-1
lines changed

anms-ui/public/app/components/management/agents/reports.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
v-model="selected"
1313
@option:selected="onReportSelect()"></v-select>
1414
<div v-for="(_, index) in tableItems" :key="index">
15-
<b-table id="report-table" :items="tableHeaders[index]" thead-class="d-none">{{ }}</b-table>
15+
<b-table id="report-table" :items="tableHeaders[index]" thead-class="d-none"/>
1616
<div class="scrollable-div">
1717
<b-table
1818
bordered

0 commit comments

Comments
 (0)