1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

Feature #3268: Add misssing constant

This commit is contained in:
Tino Vazquez 2015-07-06 11:33:34 +02:00
parent 7ab844639c
commit 480fe3a1da
2 changed files with 13 additions and 0 deletions

View File

@ -240,6 +240,18 @@ define(function(require) {
});
Sunstone.runAction("User.update_language", user_id, template_str);
$.ajax({
url: 'config',
type: "POST",
dataType: "json",
data: JSON.stringify(template_str),
success: function() {
window.location.href = ".";
},
error: function(response) {
}
});
}
});
});

View File

@ -150,6 +150,7 @@ configure do
end
DEFAULT_TABLE_ORDER = "desc"
DEFAULT_PAGE_LENGTH = 10
##############################################################################
# Helpers