summaryrefslogtreecommitdiff
path: root/src/views/_ibs/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/_ibs/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue')
-rw-r--r--src/views/_ibs/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/views/_ibs/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue b/src/views/_ibs/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue
index aed7871a..e760e85e 100644
--- a/src/views/_ibs/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue
+++ b/src/views/_ibs/HardwareStatus/Inventory/InventoryTablePowerSupplies.vue
@@ -114,20 +114,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 StatusIcon from '@/components/Global/StatusIcon';
-import TableCellCount from '@/components/Global/TableCellCount';
-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 TableCellCount from '@/components/_ibs/Global/TableCellCount';
+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 },