summaryrefslogtreecommitdiff
path: root/src/views/SILA/PciDevices/PciDevicesPage.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/SILA/PciDevices/PciDevicesPage.vue')
-rw-r--r--src/views/SILA/PciDevices/PciDevicesPage.vue44
1 files changed, 21 insertions, 23 deletions
diff --git a/src/views/SILA/PciDevices/PciDevicesPage.vue b/src/views/SILA/PciDevices/PciDevicesPage.vue
index e25e0606..7eb410f2 100644
--- a/src/views/SILA/PciDevices/PciDevicesPage.vue
+++ b/src/views/SILA/PciDevices/PciDevicesPage.vue
@@ -4,29 +4,27 @@
fluid="xxl pt-0 m-0"
>
<page-title />
- <div class="main-container">
- <page-section class="bootstrap-table__section">
- <b-table
- responsive="md"
- show-empty
- class="bootstrap-rounded-table"
- :items="items"
- :fields="fields"
- :empty-text="$t('global.table.emptyMessage')"
- >
- <template #cell(status)>
- <b-row>
- <b-col>
- <img src="@/assets/images/status/on.svg" class="icon-chevron" />
- <span>
- {{ 'Работоспособен' }}
- </span>
- </b-col>
- </b-row>
- </template>
- </b-table>
- </page-section>
- </div>
+ <page-section class="bootstrap-table__section">
+ <b-table
+ responsive="md"
+ show-empty
+ class="bootstrap-rounded-table"
+ :items="items"
+ :fields="fields"
+ :empty-text="$t('global.table.emptyMessage')"
+ >
+ <template #cell(status)>
+ <b-row>
+ <b-col>
+ <img src="@/assets/images/status/on.svg" class="icon-chevron" />
+ <span>
+ {{ 'Работоспособен' }}
+ </span>
+ </b-col>
+ </b-row>
+ </template>
+ </b-table>
+ </page-section>
</b-container>
</template>