summaryrefslogtreecommitdiff
path: root/src/views/Motherboard/Specification/MotherboardSpecificationPage.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Motherboard/Specification/MotherboardSpecificationPage.vue')
-rw-r--r--src/views/Motherboard/Specification/MotherboardSpecificationPage.vue54
1 files changed, 25 insertions, 29 deletions
diff --git a/src/views/Motherboard/Specification/MotherboardSpecificationPage.vue b/src/views/Motherboard/Specification/MotherboardSpecificationPage.vue
index 2146663d..03fc42e0 100644
--- a/src/views/Motherboard/Specification/MotherboardSpecificationPage.vue
+++ b/src/views/Motherboard/Specification/MotherboardSpecificationPage.vue
@@ -4,35 +4,31 @@
fluid="xxl pt-0 m-0"
>
<page-title />
- <div class="main-container">
- <page-section class="bootstrap-table__section">
- <span class="bold-16px">{{ $t('global.table.info') }}</span>
- <b-table
- responsive="md"
- show-empty
- class="bootstrap-rounded-table"
- :items="items"
- :fields="fields"
- :empty-text="$t('global.table.emptyMessage')"
- >
- </b-table>
- <span class="bold-16px">{{
- $t('appNavigation.motherboardParam')
- }}</span>
- <popover
- id="popover-reactive-1"
- description="SystemDescription.onBootRom"
- popup="SystemDescription.onBootRom_popup"
- button="global.action.refresh"
- />
- <popover
- id="popover-reactive-2"
- description="SystemDescription.offBootRom"
- popup="SystemDescription.offBootRom_popup"
- button="global.action.refresh"
- />
- </page-section>
- </div>
+ <page-section class="bootstrap-table__section">
+ <span class="bold-16px">{{ $t('global.table.info') }}</span>
+ <b-table
+ responsive="md"
+ show-empty
+ class="bootstrap-rounded-table"
+ :items="items"
+ :fields="fields"
+ :empty-text="$t('global.table.emptyMessage')"
+ >
+ </b-table>
+ <span class="bold-16px">{{ $t('appNavigation.motherboardParam') }}</span>
+ <popover
+ id="popover-reactive-1"
+ description="SystemDescription.onBootRom"
+ popup="SystemDescription.onBootRom_popup"
+ button="global.action.refresh"
+ />
+ <popover
+ id="popover-reactive-2"
+ description="SystemDescription.offBootRom"
+ popup="SystemDescription.offBootRom_popup"
+ button="global.action.refresh"
+ />
+ </page-section>
</b-container>
</template>