summaryrefslogtreecommitdiff
path: root/src/views/_ibs/HardwareStatus/Inventory/InventoryTableChassis.vue
diff options
context:
space:
mode:
authorAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-07-07 17:46:58 +0300
committerAndrey V.Kosteltsev <AKosteltsev@IBS.RU>2022-07-07 17:46:58 +0300
commit08117f381c307ee8d45d1aefddc67cf6d93fbe7b (patch)
tree26b2c0fa0eafaaae9deacccdc42c89806ad31f92 /src/views/_ibs/HardwareStatus/Inventory/InventoryTableChassis.vue
parent32659fb6082d6c88e6752a6213f2867f2fbebf6c (diff)
parentf34a355320e0d47629e1312c39205c08f0b11fa0 (diff)
downloadwebui-vue-08117f381c307ee8d45d1aefddc67cf6d93fbe7b.tar.xz
Merge branch 'sila' into sila-ui
Diffstat (limited to 'src/views/_ibs/HardwareStatus/Inventory/InventoryTableChassis.vue')
-rw-r--r--src/views/_ibs/HardwareStatus/Inventory/InventoryTableChassis.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/views/_ibs/HardwareStatus/Inventory/InventoryTableChassis.vue b/src/views/_ibs/HardwareStatus/Inventory/InventoryTableChassis.vue
index b49cec7f..1165ec7b 100644
--- a/src/views/_ibs/HardwareStatus/Inventory/InventoryTableChassis.vue
+++ b/src/views/_ibs/HardwareStatus/Inventory/InventoryTableChassis.vue
@@ -114,15 +114,15 @@
</template>
<script>
-import PageSection from '@/components/Global/PageSection';
+import PageSection from '@/components/_ibs/Global/PageSection';
import IconChevron from '@carbon/icons-vue/es/chevron--down/20';
-import BVToastMixin from '@/components/Mixins/BVToastMixin';
-import StatusIcon from '@/components/Global/StatusIcon';
+import BVToastMixin from '@/components/_ibs/Mixins/BVToastMixin';
+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 },