summaryrefslogtreecommitdiff
path: root/src/views/PowerSupplies/Specification/PowerStaticPage.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/PowerSupplies/Specification/PowerStaticPage.vue')
-rw-r--r--src/views/PowerSupplies/Specification/PowerStaticPage.vue78
1 files changed, 38 insertions, 40 deletions
diff --git a/src/views/PowerSupplies/Specification/PowerStaticPage.vue b/src/views/PowerSupplies/Specification/PowerStaticPage.vue
index 3511b1f7..844dc693 100644
--- a/src/views/PowerSupplies/Specification/PowerStaticPage.vue
+++ b/src/views/PowerSupplies/Specification/PowerStaticPage.vue
@@ -4,46 +4,44 @@
fluid="xxl pt-0 m-0"
>
<page-title />
- <div class="main-container">
- <page-section class="bootstrap-table__section info_section">
- <span class="bold-16px">{{ $t('pageInventory.powerSources') }}</span>
- </page-section>
- <data-tabs
- :slots="sourceSlots"
- :switch-tab="switchSourceSlot"
- :current-tab="currentSourceSlot"
- :slot-width="100"
- :slider-width="68"
- />
- <page-section class="bootstrap-table__section">
- <b-table
- responsive="md"
- show-empty
- class="bootstrap-rounded-table"
- :items="items_slots"
- :fields="fields"
- :empty-text="$t('global.table.emptyMessage')"
- >
- <template #cell(value)="{ index, value }">
- <b-row v-if="index === 0">
- <b-col cols="11">
- <span>
- {{ 'Работоспособность' }}
- </span>
- </b-col>
- <b-col cols="1">
- <img src="@/assets/images/status/on.svg" class="icon-chevron" />
- </b-col>
- </b-row>
- <b-row v-else>
- <b-col>
- <span>{{ value }}</span>
- </b-col>
- </b-row>
- </template>
- </b-table>
- </page-section>
- </div>
+ <page-section class="bootstrap-table__section info_section">
+ <span class="bold-16px">{{ $t('pageInventory.powerSources') }}</span>
+ </page-section>
+ <data-tabs
+ :slots="sourceSlots"
+ :switch-tab="switchSourceSlot"
+ :current-tab="currentSourceSlot"
+ :slot-width="100"
+ :slider-width="68"
+ />
+ <page-section class="bootstrap-table__section">
+ <b-table
+ responsive="md"
+ show-empty
+ class="bootstrap-rounded-table"
+ :items="items_slots"
+ :fields="fields"
+ :empty-text="$t('global.table.emptyMessage')"
+ >
+ <template #cell(value)="{ index, value }">
+ <b-row v-if="index === 0">
+ <b-col cols="11">
+ <span>
+ {{ 'Работоспособность' }}
+ </span>
+ </b-col>
+ <b-col cols="1">
+ <img src="@/assets/images/status/on.svg" class="icon-chevron" />
+ </b-col>
+ </b-row>
+ <b-row v-else>
+ <b-col>
+ <span>{{ value }}</span>
+ </b-col>
+ </b-row>
+ </template>
+ </b-table>
+ </page-section>
</b-container>
</template>