From 96f69ca98f92ff64cc50104a70b3978595683c72 Mon Sep 17 00:00:00 2001 From: Sukanya Pandey Date: Wed, 20 May 2020 15:32:57 +0530 Subject: 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 Change-Id: I6000cae42f237fffe216e2079cf2a6c39db236fd --- src/locales/en-US.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/locales/en-US.json') 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", -- cgit v1.2.3