summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2021-01-20 18:43:09 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2021-01-26 18:13:46 +0300
commitbd0c01f2efd91b8e324bd0e0606427f31dba49b9 (patch)
tree2c5d3e41bae4bcd3cb07f4c941655fba179bd1a9 /src
parent91e6c69aa84fbfdaa132c0fa1659e27fa264ace7 (diff)
downloadwebui-vue-bd0c01f2efd91b8e324bd0e0606427f31dba49b9.tar.xz
Update security settings text
- Updated BMC shell title and description. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I4485a9f2f6b4ee065a9902b7a3facd942a1feb45
Diffstat (limited to 'src')
-rw-r--r--src/locales/en-US.json4
-rw-r--r--src/views/Configuration/SecuritySettings/SecuritySettings.vue2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index ab9d8238..1bf11d17 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -613,8 +613,8 @@
"ipmi": "Network IPMI (out-of-band IPMI)",
"ipmiDescription": "Allow remote management of the platform via IPMI. Tools such as ipmitool require this setting to be enabled.",
"networkServices": "Network services",
- "ssh": "SSH port 22 (BMC shell)",
- "sshDescription": "SSH access to the BMC's command shell. Disabling this will disable users' ability to connect BMC shell via SSH.",
+ "ssh": "BMC shell (via SSH)",
+ "sshDescription": "Allow access to shell sessions via SSH, through port 22 on the BMC.",
"modal": {
"disableMessage": {
"ipmi": "Are you sure you want to disable @:pageSecuritySettings.ipmi?",
diff --git a/src/views/Configuration/SecuritySettings/SecuritySettings.vue b/src/views/Configuration/SecuritySettings/SecuritySettings.vue
index d665a7f5..975803fd 100644
--- a/src/views/Configuration/SecuritySettings/SecuritySettings.vue
+++ b/src/views/Configuration/SecuritySettings/SecuritySettings.vue
@@ -2,7 +2,7 @@
<b-container fluid="xl">
<page-title />
<b-row>
- <b-col lg="8" md="8">
+ <b-col md="8">
<page-section
:section-title="$t('pageSecuritySettings.networkServices')"
>