diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-06-25 11:06:42 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-06-26 14:43:12 +0200 |
commit | 756b483456158227cca9a52ae1b0bd82ec5dc5bd (patch) | |
tree | df2b9b95a6469b8ca1564c13d2242a20bb9f20b0 /admin/WebConsole/idiomas/php/eng | |
parent | 4e56964e89d7d0309bfa9848aa3d6d54cd288a3d (diff) |
#980 Add Virtual status
Since version 1.2.0, OpenGnsys supports ogVDI hypervisor OS. This commit
a new status which indicates that clients are running ogVDI
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/estados_eng.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/estados_eng.php b/admin/WebConsole/idiomas/php/eng/estados_eng.php index 6d9f239c..6609b5b8 100644 --- a/admin/WebConsole/idiomas/php/eng/estados_eng.php +++ b/admin/WebConsole/idiomas/php/eng/estados_eng.php @@ -12,6 +12,7 @@ $TbMsg["STATUS_OFF"]="Off"; $TbMsg["STATUS_OPG"]="OpenGnsys"; $TbMsg["STATUS_LNX"]="GNU/Linux"; $TbMsg["STATUS_WXP"]="Windows"; +$TbMsg["STATUS_VDI"]="Virtual"; // New OGAgent states. $TbMsg["STATUS_LNXS"]="GNU/Linux session"; $TbMsg["STATUS_OSX"]="MacOS"; |