summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorSukanya Pandey <sukapan1@in.ibm.com>2020-05-20 13:02:57 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-09 01:23:38 +0300
commit96f69ca98f92ff64cc50104a70b3978595683c72 (patch)
treeb06a51b88e92f332a49de1cefc6b4d3503dc2144 /src/locales/en-US.json
parent55888a1ca827da6247323036947c4ca30f2e9798 (diff)
downloadwebui-vue-96f69ca98f92ff64cc50104a70b3978595683c72.tar.xz
Add code for Serial Over LAN
- The output of serial connection of the hosts on the workstation terminal. - The library used is xterm which will provide the terminal to show the data. Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com> Change-Id: I6000cae42f237fffe216e2079cf2a6c39db236fd
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index f2390589..f0494c76 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -85,6 +85,7 @@
"primaryNavigation": "Primary navigation",
"rebootBmc": "@:appPageTitle.rebootBmc",
"sensors": "@:appPageTitle.sensors",
+ "serialOverLan": "@:appPageTitle.serialOverLan",
"serverLed": "@:appPageTitle.serverLed",
"serverPowerOperations": "@:appPageTitle.serverPowerOperations",
"snmpSettings": "@:appPageTitle.snmpSettings",
@@ -103,6 +104,7 @@
"profileSettings":"Profile settings",
"rebootBmc": "Reboot BMC",
"sensors": "Sensors",
+ "serialOverLan": "Serial over LAN console",
"serverLed": "Server LED",
"serverPowerOperations": "Server power operations",
"snmpSettings": "SNMP settings",
@@ -388,6 +390,11 @@
"upperCritical": "Upper critical"
}
},
+ "pageSerialoverLAN": {
+ "openNewTab": "Open in new tab",
+ "subTitle": "Access the Serial over LAN console",
+ "subTitleDesc": "The Serial over LAN (SoL) console redirects the output of the server's serial port to a browser window on your workstation."
+ },
"pageServerLed": {
"serverLedSubTitle": "Server indicator LED",
"serverLedTitle": "LED light control",