1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

B #4925: show datastore change language (#108)

Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
(cherry picked from commit 70d28cd0108f0522af28d944ef1af5c8d5ea5e63)
This commit is contained in:
Jorge Miguel Lobo Escalona 2020-07-20 15:25:48 +02:00 committed by Tino Vazquez
parent 75b95189df
commit 2d355ff920
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE
2 changed files with 6 additions and 6 deletions

View File

@ -22,13 +22,13 @@ define(function(require) {
var RESOURCE = "DATASTORE";
var STATES_STR = [
Locale.tr("ON"),
Locale.tr("OFF")];
"ON",
"OFF"];
var TYPES_STR = [
Locale.tr("IMAGE"),
Locale.tr("SYSTEM"),
Locale.tr("FILE")
"IMAGE",
"SYSTEM",
"FILE"
];
var STATES = {

View File

@ -83,7 +83,7 @@ define(function(require) {
Locale.tr("ID"),
Locale.tr("Name"),
Locale.tr("Owner"),
Locale.tr("Group"),
Locale.tr("Group"),
Locale.tr("Capacity"),
Locale.tr("Cluster"),
Locale.tr("Basepath"),