summaryrefslogtreecommitdiff
path: root/src/views/_ibs/HardwareStatus/Inventory/InventoryTableSystem.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/_ibs/HardwareStatus/Inventory/InventoryTableSystem.vue')
-rw-r--r--src/views/_ibs/HardwareStatus/Inventory/InventoryTableSystem.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/views/_ibs/HardwareStatus/Inventory/InventoryTableSystem.vue b/src/views/_ibs/HardwareStatus/Inventory/InventoryTableSystem.vue
index cf2cf020..6b028e3d 100644
--- a/src/views/_ibs/HardwareStatus/Inventory/InventoryTableSystem.vue
+++ b/src/views/_ibs/HardwareStatus/Inventory/InventoryTableSystem.vue
@@ -147,16 +147,16 @@
</template>
<script>
-import BVToastMixin from '@/components/Mixins/BVToastMixin';
-import PageSection from '@/components/Global/PageSection';
+import BVToastMixin from '@/components/_ibs/Mixins/BVToastMixin';
+import PageSection from '@/components/_ibs/Global/PageSection';
import IconChevron from '@carbon/icons-vue/es/chevron--down/20';
-import StatusIcon from '@/components/Global/StatusIcon';
+import StatusIcon from '@/components/_ibs/Global/StatusIcon';
import TableRowExpandMixin, {
expandRowLabel,
-} from '@/components/Mixins/TableRowExpandMixin';
-import DataFormatterMixin from '@/components/Mixins/DataFormatterMixin';
+} from '@/components/_ibs/Mixins/TableRowExpandMixin';
+import DataFormatterMixin from '@/components/_ibs/Mixins/DataFormatterMixin';
export default {
components: { IconChevron, PageSection, StatusIcon },