summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/InventoryServiceIndicator.vue
diff options
context:
space:
mode:
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];