summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2021-09-07 23:33:16 +0300
committerDixsie Wolmers <dixsie@ibm.com>2021-09-24 22:59:31 +0300
commit9726f9a7cb07a3dcee14d641c2fea7b4f013e5fc (patch)
treeeb2b4ac5a53c8354324ec4cada6c2fbe00324811 /src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
parent6a192d526c9efebf7a614a9aa473eee62e555fc5 (diff)
downloadwebui-vue-9726f9a7cb07a3dcee14d641c2fea7b4f013e5fc.tar.xz
Rename TableDataFormatter mixin to DataFormatter
Mixin was renamed to reflect usage on all components, not only tables. Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Ic962ba879fffa39b9f6f93446771fbf6f67915d0
Diffstat (limited to 'src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
index 65b48c2b..01f4a446 100644
--- a/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
+++ b/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
@@ -40,11 +40,10 @@
<script>
import PageSection from '@/components/Global/PageSection';
import BVToastMixin from '@/components/Mixins/BVToastMixin';
-import TableDataFormatterMixin from '@/components/Mixins/TableDataFormatterMixin';
export default {
components: { PageSection },
- mixins: [BVToastMixin, TableDataFormatterMixin],
+ mixins: [BVToastMixin],
computed: {
systems() {
let systemData = this.$store.getters['system/systems'][0];