diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2021-03-09 20:16:51 +0100 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2021-03-09 20:16:51 +0100 |
commit | 344e9c1021fcea92dbcbdb10031dd29703196336 (patch) | |
tree | ddd0fc54fffe5974d373ee226d4ddb421c429527 /admin/WebConsole/idiomas/php/eng/estados_eng.php | |
parent | 4a7356a3af3aea5f5f7fe81f6ff8679157d2b2f0 (diff) |
#991: Add maintenace status to lab status legend.
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/estados_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/estados_eng.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/estados_eng.php b/admin/WebConsole/idiomas/php/eng/estados_eng.php index 6609b5b8..c5f2ed7b 100644 --- a/admin/WebConsole/idiomas/php/eng/estados_eng.php +++ b/admin/WebConsole/idiomas/php/eng/estados_eng.php @@ -11,8 +11,9 @@ $TbMsg["STATUS_INI"]="Initializing"; $TbMsg["STATUS_OFF"]="Off"; $TbMsg["STATUS_OPG"]="OpenGnsys"; $TbMsg["STATUS_LNX"]="GNU/Linux"; -$TbMsg["STATUS_WXP"]="Windows"; +$TbMsg["STATUS_MNT"]="Maintenance"; $TbMsg["STATUS_VDI"]="Virtual"; +$TbMsg["STATUS_WXP"]="Windows"; // New OGAgent states. $TbMsg["STATUS_LNXS"]="GNU/Linux session"; $TbMsg["STATUS_OSX"]="MacOS"; |