summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2020-06-22 19:23:33 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-07-06 18:52:27 +0300
commit31bf55af576d192c116efca34675755c4c8deea2 (patch)
tree2ea1e346ac4f9bb80f090139fb0107b3e10e6602 /src/locales/en-US.json
parent1e2d70a29c5156b844b432f93facef430205ccb4 (diff)
downloadwebui-vue-31bf55af576d192c116efca34675755c4c8deea2.tar.xz
Add Toast Notification to ServerLED page
- Added Toast notification when Server LED turning On/Off. Signed-off-by: Suren Neware <sneware9@in.ibm.com> Change-Id: I8dda963275f7083ae5c8804831c1bb676d7bbcc4
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 8b802331..f2390589 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -390,7 +390,13 @@
},
"pageServerLed": {
"serverLedSubTitle": "Server indicator LED",
- "serverLedTitle": "LED light control"
+ "serverLedTitle": "LED light control",
+ "toast": {
+ "errorServerLedOff": "Error turning LED off.",
+ "errorServerLedOn": "Error turning LED on.",
+ "successServerLedOff": "Server LED successfully turned off.",
+ "successServerLedOn": "Server LED successfully turned on."
+ }
},
"pageServerPowerOperations": {
"currentStatus": "Current status",