summaryrefslogtreecommitdiff
path: root/src/views/_sila/Power/Dynamic/CurrentOutput.vue
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-08 16:49:41 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-08 16:49:41 +0300
commit1f71e4f7800c0db4d639b42bfc0b5efa9ecc87a2 (patch)
tree12c87d7757fd5f35021843a373e692069c4a2e25 /src/views/_sila/Power/Dynamic/CurrentOutput.vue
parent66ca6dc71c8d290434637daf639ee24021b31916 (diff)
parent46501426b54b69a94ec2cc2f44d01c1d513a8e25 (diff)
downloadwebui-vue-1f71e4f7800c0db4d639b42bfc0b5efa9ecc87a2.tar.xz
Merge branch 'sila' of git.sila.ru:pub/openbmc/webui-vue into sila
Diffstat (limited to 'src/views/_sila/Power/Dynamic/CurrentOutput.vue')
-rw-r--r--src/views/_sila/Power/Dynamic/CurrentOutput.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/_sila/Power/Dynamic/CurrentOutput.vue b/src/views/_sila/Power/Dynamic/CurrentOutput.vue
index a27a5a57..74c26d1b 100644
--- a/src/views/_sila/Power/Dynamic/CurrentOutput.vue
+++ b/src/views/_sila/Power/Dynamic/CurrentOutput.vue
@@ -8,7 +8,7 @@
<img src="@/assets/images/_sila/collapsed/current.svg" />
</template>
<page-section>
- <b-row class="align-items-end p-2">
+ <!-- <b-row class="align-items-end p-2">
<b-col xs="12" md="6" lg="4" class="pt-2">
<b-form-group :label="$t('pagePowerSup.labels.warning')">
<b-form-input
@@ -35,7 +35,7 @@
{{ $t('global.action.save') }}
</b-button>
</b-col>
- </b-row>
+ </b-row> -->
<chart
type="current"
:time-scale="timeScale"