feat(seh2g): dont show table on no results

This commit is contained in:
2020-12-31 12:22:17 +01:00
parent 3a5229e39b
commit 7574090431

View File

@@ -51,7 +51,7 @@
</div> </div>
</div> </div>
<div class="content"> <div class="content">
<table class="table is-hoverable"> <table v-if="results.length > 0" class="table is-hoverable">
<thead> <thead>
<th>SIG</th> <th>SIG</th>
<th>VERF</th> <th>VERF</th>