summaryrefslogtreecommitdiff
path: root/src/views/_ibs/HardwareStatus/Inventory/Inventory.vue
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-07-07 17:45:59 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-07-07 17:45:59 +0300
commitf34a355320e0d47629e1312c39205c08f0b11fa0 (patch)
tree4057e6a22b80c0be133b269d53d7d415af8b671e /src/views/_ibs/HardwareStatus/Inventory/Inventory.vue
parent8047ae3d83ba0718fb7a42907036157e5c680b85 (diff)
downloadwebui-vue-f34a355320e0d47629e1312c39205c08f0b11fa0.tar.xz
IBS: _ibs theme imports
Diffstat (limited to 'src/views/_ibs/HardwareStatus/Inventory/Inventory.vue')
-rw-r--r--src/views/_ibs/HardwareStatus/Inventory/Inventory.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/views/_ibs/HardwareStatus/Inventory/Inventory.vue b/src/views/_ibs/HardwareStatus/Inventory/Inventory.vue
index 0cc542e7..7c32eddc 100644
--- a/src/views/_ibs/HardwareStatus/Inventory/Inventory.vue
+++ b/src/views/_ibs/HardwareStatus/Inventory/Inventory.vue
@@ -51,7 +51,7 @@
</template>
<script>
-import PageTitle from '@/components/Global/PageTitle';
+import PageTitle from '@/components/_ibs/Global/PageTitle';
import ServiceIndicator from './InventoryServiceIndicator';
import TableSystem from './InventoryTableSystem';
import TablePowerSupplies from './InventoryTablePowerSupplies';
@@ -61,10 +61,10 @@ import TableBmcManager from './InventoryTableBmcManager';
import TableChassis from './InventoryTableChassis';
import TableProcessors from './InventoryTableProcessors';
import TableAssembly from './InventoryTableAssembly';
-import LoadingBarMixin from '@/components/Mixins/LoadingBarMixin';
-import PageSection from '@/components/Global/PageSection';
+import LoadingBarMixin from '@/components/_ibs/Mixins/LoadingBarMixin';
+import PageSection from '@/components/_ibs/Global/PageSection';
import JumpLink16 from '@carbon/icons-vue/es/jump-link/16';
-import JumpLinkMixin from '@/components/Mixins/JumpLinkMixin';
+import JumpLinkMixin from '@/components/_ibs/Mixins/JumpLinkMixin';
import { chunk } from 'lodash';
export default {