summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-10-06 11:01:17 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-10-06 11:01:17 +0300
commit232783ff261ff577addad1a42d5cce2cc6dc5f18 (patch)
tree38d5357bd75642561fff75fc4c96f405df37f876
parent65f1b84d6a5031093a0d35c9a727184155e87c7e (diff)
downloadwebui-vue-232783ff261ff577addad1a42d5cce2cc6dc5f18.tar.xz
fix ssl, sol btn, left menu
-rw-r--r--src/components/_sila/AppNavigation/AppNavigation.vue3
-rw-r--r--src/views/_sila/Overview/OverviewQuickLinks.vue6
-rw-r--r--src/views/_sila/Settings/TransferInfo/Smtp.vue2
3 files changed, 5 insertions, 6 deletions
diff --git a/src/components/_sila/AppNavigation/AppNavigation.vue b/src/components/_sila/AppNavigation/AppNavigation.vue
index 2e79fc03..21db4cc6 100644
--- a/src/components/_sila/AppNavigation/AppNavigation.vue
+++ b/src/components/_sila/AppNavigation/AppNavigation.vue
@@ -231,8 +231,7 @@ svg {
z-index: $zindex-fixed + 2;
}
- &.open,
- &:focus-within {
+ &.open {
transform: translateX(0);
transition-timing-function: $entrance-easing--productive;
}
diff --git a/src/views/_sila/Overview/OverviewQuickLinks.vue b/src/views/_sila/Overview/OverviewQuickLinks.vue
index 9c4afab6..9e617a43 100644
--- a/src/views/_sila/Overview/OverviewQuickLinks.vue
+++ b/src/views/_sila/Overview/OverviewQuickLinks.vue
@@ -1,7 +1,7 @@
<template>
<b-card bg-variant="light" border-variant="light">
<b-row class="d-flex justify-content-between align-items-center">
- <b-col sm="6" lg="9" class="mb-2 mt-2">
+ <b-col sm="6" lg="8" class="mb-2 mt-2">
<dl>
<dt>{{ $t('pageOverview.bmcTime') }}</dt>
<dd
@@ -14,12 +14,12 @@
<dd v-else>--</dd>
</dl>
</b-col>
- <b-col sm="6" lg="3" class="mb-2 mt-2">
+ <b-col sm="6" lg="4" class="mb-2 mt-2" style="max-width: 300px">
<b-button
to="/operations/serial-over-lan"
variant="secondary"
data-test-id="overviewQuickLinks-button-solConsole"
- class="d-flex justify-content-between align-items-center"
+ class="d-flex justify-content-between align-items-center sol-burron"
>
{{ $t('pageOverview.solConsole') }}
<icon-arrow-right />
diff --git a/src/views/_sila/Settings/TransferInfo/Smtp.vue b/src/views/_sila/Settings/TransferInfo/Smtp.vue
index 0a12a8f7..1c8ed39f 100644
--- a/src/views/_sila/Settings/TransferInfo/Smtp.vue
+++ b/src/views/_sila/Settings/TransferInfo/Smtp.vue
@@ -250,7 +250,7 @@ export default {
host: '',
port: '',
is_need_auth: false,
- is_need_ssl: false,
+ is_need_ssl: true,
},
fields: [
{