From 1b8d6d756c9dff14d3dd8298ecae7d6fe73192e5 Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Mon, 6 Jun 2022 18:39:19 +0300 Subject: Delete main-container, add global scroll to pages, add global style for logs. --- .../Specification/ProcessorsSpecificationPage.vue | 135 ++++++++++----------- 1 file changed, 65 insertions(+), 70 deletions(-) (limited to 'src/views/Processors/Specification/ProcessorsSpecificationPage.vue') diff --git a/src/views/Processors/Specification/ProcessorsSpecificationPage.vue b/src/views/Processors/Specification/ProcessorsSpecificationPage.vue index 7baa7e67..a717fdcf 100644 --- a/src/views/Processors/Specification/ProcessorsSpecificationPage.vue +++ b/src/views/Processors/Specification/ProcessorsSpecificationPage.vue @@ -4,77 +4,72 @@ fluid="xxl pt-0 m-0" > -
- - {{ - $t('pageInventory.installedProcessors') - }} - -
- - - {{ $t('pageInventory.table.processorCapabilityInfo') }} - - - - -
-
- {{ $t('global.table.attributes') }} -
-
{{ 'Многопоточность' }}
-
{{ 'Виртуализация' }}
-
{{ 'Турбо режим' }}
-
-
- -
-
{{ 'Состояние присутсвия' }}
-
+ {{ + $t('pageInventory.installedProcessors') + }} + +
+ + + {{ $t('pageInventory.table.processorCapabilityInfo') }} + + + + +
+
+ {{ $t('global.table.attributes') }} +
+
{{ 'Многопоточность' }}
+
{{ 'Виртуализация' }}
+
{{ 'Турбо режим' }}
+
+
+ +
+
{{ 'Состояние присутсвия' }}
+
+ {{ item }} +
+
+
+ +
+ +
{{ 'Включен' }}
+
+ - {{ item }} -
-
-
- -
- -
{{ 'Включен' }}
-
- - -
-
- - -
-
- - -
-
-
-
-
- - {{ - $t('pageInventory.installedAccelerator') - }} - - - -
+ + +
+ + +
+
+ + +
+ + + +
+ + {{ + $t('pageInventory.installedAccelerator') + }} + + + -- cgit v1.2.3