This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
<v-icon>fa-filter</v-icon>
|
||||
</v-btn>
|
||||
</v-card-title>
|
||||
<div class="headline ml-3 accent--text" v-if="records.length < 1">
|
||||
<div
|
||||
class="headline ml-3 accent--text"
|
||||
v-if="!loading && records.length < 1"
|
||||
>
|
||||
{{ lt("NoData") }}
|
||||
</div>
|
||||
<!-- WIDE TABLE VIEW -->
|
||||
|
||||
Reference in New Issue
Block a user