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. --- .../PowerSupplies/DynamicInfo/PowerDynamicPage.vue | 777 ++++++++++----------- .../Specification/PowerStaticPage.vue | 78 +-- 2 files changed, 410 insertions(+), 445 deletions(-) (limited to 'src/views/PowerSupplies') diff --git a/src/views/PowerSupplies/DynamicInfo/PowerDynamicPage.vue b/src/views/PowerSupplies/DynamicInfo/PowerDynamicPage.vue index 3039bebb..02a209d5 100644 --- a/src/views/PowerSupplies/DynamicInfo/PowerDynamicPage.vue +++ b/src/views/PowerSupplies/DynamicInfo/PowerDynamicPage.vue @@ -23,425 +23,392 @@ -
- - -
- - - {{ $t('subHeader.temperature') }} - - - - -
-
- - {{ - $t('tablesDescription.nonNormalMode') - }} - - -
-
- - {{ - $t('tablesDescription.criticalMode') - }} - - -
-
- - {{ - $t('tablesDescription.temperatureWarning') - }} - - -
- + +
+ + + {{ $t('subHeader.temperature') }} + + + + +
+
+ + {{ + $t('tablesDescription.nonNormalMode') + }} + - {{ $t('global.action.save') }} - +
- - - - -
- -
- - - {{ $t('pagePower.usingPercent') }} - - - - -
-
- - {{ - $t('tablesDescription.warningPercent') - }} - - -
-
- - {{ - $t('tablesDescription.nonNormalModePercent') - }} - - -
-
- - {{ - $t('tablesDescription.criticalModePercent') - }} - - -
- + + {{ + $t('tablesDescription.criticalMode') + }} + - {{ $t('global.action.save') }} - +
- - - -
-
- -
- - - {{ - $t('tablesDescription.inputVoltage') - }} - - - -
-
- - {{ - $t('tablesDescription.voltageWarning') - }} - - -
-
- - {{ - $t('tablesDescription.voltageShutdown') - }} - - -
- + + {{ + $t('tablesDescription.temperatureWarning') + }} + - {{ $t('global.action.save') }} - +
- - - -
-
- -
- - - {{ - $t('tablesDescription.inputPower') - }} - - - -
-
- - {{ - $t('tablesDescription.powerWarning') - }} - - -
-
- - {{ - $t('tablesDescription.powerShutdown') - }} - - -
- + {{ $t('global.action.save') }} + +
+ + + +
+
+ +
+ + + {{ $t('pagePower.usingPercent') }} + + + + +
+
+ + {{ + $t('tablesDescription.warningPercent') + }} + - {{ $t('global.action.save') }} - +
- - - - -
- -
- - - {{ - $t('tablesDescription.outputVoltage') - }} - - - -
-
- - {{ - $t('tablesDescription.voltageWarning') - }} - - -
-
- - {{ - $t('tablesDescription.voltageShutdown') - }} - - -
- + + {{ + $t('tablesDescription.nonNormalModePercent') + }} + - {{ $t('global.action.save') }} - +
- - - -
-
- -
- - - {{ - $t('tablesDescription.outputPower') - }} - - - -
-
- - {{ - $t('tablesDescription.powerWarning') - }} - - -
-
- - {{ - $t('tablesDescription.powerShutdown') - }} - - -
- + + {{ + $t('tablesDescription.criticalModePercent') + }} + - {{ $t('global.action.save') }} - +
- - - -
-
- -
- - - {{ $t('tablesDescription.amperage') }} - - - -
-
- - {{ - $t('tablesDescription.voltageWarning') - }} - - -
-
- - {{ - $t('tablesDescription.voltageShutdown') - }} - - -
- + {{ $t('global.action.save') }} + +
+ + + +
+
+ +
+ + + {{ + $t('tablesDescription.inputVoltage') + }} + + + +
+
+ + {{ + $t('tablesDescription.voltageWarning') + }} + - {{ $t('global.action.save') }} - +
- - - - -
+
+ + {{ + $t('tablesDescription.voltageShutdown') + }} + + +
+ + {{ $t('global.action.save') }} + +
+ + + +
+
+ +
+ + + {{ $t('tablesDescription.inputPower') }} + + + +
+
+ + {{ + $t('tablesDescription.powerWarning') + }} + + +
+
+ + {{ + $t('tablesDescription.powerShutdown') + }} + + +
+ + {{ $t('global.action.save') }} + +
+ + + +
+
+ +
+ + + {{ + $t('tablesDescription.outputVoltage') + }} + + + +
+
+ + {{ + $t('tablesDescription.voltageWarning') + }} + + +
+
+ + {{ + $t('tablesDescription.voltageShutdown') + }} + + +
+ + {{ $t('global.action.save') }} + +
+ + + +
+
+ +
+ + + {{ $t('tablesDescription.outputPower') }} + + + +
+
+ + {{ + $t('tablesDescription.powerWarning') + }} + + +
+
+ + {{ + $t('tablesDescription.powerShutdown') + }} + + +
+ + {{ $t('global.action.save') }} + +
+ + + +
+
+ +
+ + + {{ $t('tablesDescription.amperage') }} + + + +
+
+ + {{ + $t('tablesDescription.voltageWarning') + }} + + +
+
+ + {{ + $t('tablesDescription.voltageShutdown') + }} + + +
+ + {{ $t('global.action.save') }} + +
+ + + +
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" > -
- - {{ $t('pageInventory.powerSources') }} - - - - - - - -
+ + {{ $t('pageInventory.powerSources') }} + + + + + + + -- cgit v1.2.3