summaryrefslogtreecommitdiff
path: root/src/views/_ibs/HardwareStatus/Inventory/InventoryTableFans.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/InventoryTableFans.vue
parent8047ae3d83ba0718fb7a42907036157e5c680b85 (diff)
downloadwebui-vue-f34a355320e0d47629e1312c39205c08f0b11fa0.tar.xz
IBS: _ibs theme imports
Diffstat (limited to 'src/views/_ibs/HardwareStatus/Inventory/InventoryTableFans.vue')
-rw-r--r--src/views/_ibs/HardwareStatus/Inventory/InventoryTableFans.vue16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/views/_ibs/HardwareStatus/Inventory/InventoryTableFans.vue b/src/views/_ibs/HardwareStatus/Inventory/InventoryTableFans.vue
index fe788c53..33077a5a 100644
--- a/src/views/_ibs/HardwareStatus/Inventory/InventoryTableFans.vue
+++ b/src/views/_ibs/HardwareStatus/Inventory/InventoryTableFans.vue
@@ -96,20 +96,20 @@
</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 TableCellCount from '@/components/Global/TableCellCount';
+import TableCellCount from '@/components/_ibs/Global/TableCellCount';
-import StatusIcon from '@/components/Global/StatusIcon';
-import DataFormatterMixin from '@/components/Mixins/DataFormatterMixin';
-import TableSortMixin from '@/components/Mixins/TableSortMixin';
-import Search from '@/components/Global/Search';
+import StatusIcon from '@/components/_ibs/Global/StatusIcon';
+import DataFormatterMixin from '@/components/_ibs/Mixins/DataFormatterMixin';
+import TableSortMixin from '@/components/_ibs/Mixins/TableSortMixin';
+import Search from '@/components/_ibs/Global/Search';
import SearchFilterMixin, {
searchFilter,
-} from '@/components/Mixins/SearchFilterMixin';
+} from '@/components/_ibs/Mixins/SearchFilterMixin';
import TableRowExpandMixin, {
expandRowLabel,
-} from '@/components/Mixins/TableRowExpandMixin';
+} from '@/components/_ibs/Mixins/TableRowExpandMixin';
export default {
components: { IconChevron, PageSection, StatusIcon, Search, TableCellCount },