diff --git a/app/javascript/components/table_vue.vue b/app/javascript/components/table_vue.vue index 64f64af96..dde689ffc 100644 --- a/app/javascript/components/table_vue.vue +++ b/app/javascript/components/table_vue.vue @@ -54,18 +54,25 @@ -
+
- -
+ + + + + + Go + +
Search Results: {{totalRows}} {{countCaption}} @@ -86,8 +93,14 @@ @row-selected="onRowSelected" @sort-changed="onSortChanged" + :busy="tableBusy" > -