From 410578537f7ca6dd76aa406b440b0a435606c448 Mon Sep 17 00:00:00 2001 From: Kenneth Fullbright Date: Mon, 27 Dec 2021 16:19:37 -0600 Subject: Set table busy state on load - Add busy prop to tables Signed-off-by: Kenneth Fullbright Change-Id: I4416f12967c9a0ad6c8bb782c7d8de5c17fdd195 --- src/views/HardwareStatus/Inventory/InventoryTableSystem.vue | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/views/HardwareStatus/Inventory/InventoryTableSystem.vue') diff --git a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue index 93e65bbe..cf2cf020 100644 --- a/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue +++ b/src/views/HardwareStatus/Inventory/InventoryTableSystem.vue @@ -7,6 +7,7 @@ :items="systems" :fields="fields" :empty-text="$t('global.table.emptyMessage')" + :busy="isBusy" >