summaryrefslogtreecommitdiff
path: root/src/views/_ibs/HardwareStatus/Inventory/InventoryServiceIndicator.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/InventoryServiceIndicator.vue
parent32659fb6082d6c88e6752a6213f2867f2fbebf6c (diff)
parentf34a355320e0d47629e1312c39205c08f0b11fa0 (diff)
downloadwebui-vue-08117f381c307ee8d45d1aefddc67cf6d93fbe7b.tar.xz
Merge branch 'sila' into sila-ui
Diffstat (limited to 'src/views/_ibs/HardwareStatus/Inventory/InventoryServiceIndicator.vue')
-rw-r--r--src/views/_ibs/HardwareStatus/Inventory/InventoryServiceIndicator.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/_ibs/HardwareStatus/Inventory/InventoryServiceIndicator.vue b/src/views/_ibs/HardwareStatus/Inventory/InventoryServiceIndicator.vue
index 01f4a446..ba3f2735 100644
--- a/src/views/_ibs/HardwareStatus/Inventory/InventoryServiceIndicator.vue
+++ b/src/views/_ibs/HardwareStatus/Inventory/InventoryServiceIndicator.vue
@@ -38,8 +38,8 @@
</page-section>
</template>
<script>
-import PageSection from '@/components/Global/PageSection';
-import BVToastMixin from '@/components/Mixins/BVToastMixin';
+import PageSection from '@/components/_ibs/Global/PageSection';
+import BVToastMixin from '@/components/_ibs/Mixins/BVToastMixin';
export default {
components: { PageSection },