feat(seh2g): dont show table on no results
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user