We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b529dbd commit 70b5ce1Copy full SHA for 70b5ce1
src/templates/portal-summary.html
@@ -492,8 +492,10 @@ <h1>Portal Summary</h1>
492
v-text="showDetails? 'Close' : 'Details' "
493
@click="showDetails = !showDetails; makeTable(tableData);filter='All'; bgColor='grey' "></button>
494
</div>
495
- <h6 class="white-text p-1" :style="{backgroundColor: bgColor}" v-show="filter && showDetails" v-text="filter"></h6>
496
- <div v-show="showDetails" :id="summary_type+'table'"></div>
+ <div class="p-1">
+ <h6 class="white-text p-1" :style="{backgroundColor: bgColor}" v-show="filter && showDetails" v-text="filter"></h6>
497
+ <div v-show="showDetails" :id="summary_type+'table'"></div>
498
+ </div>
499
</div>`
500
});
501
0 commit comments