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:
parent
7ab844639c
commit
480fe3a1da
@ -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) {
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
||||
|
@ -150,6 +150,7 @@ configure do
|
||||
end
|
||||
|
||||
DEFAULT_TABLE_ORDER = "desc"
|
||||
DEFAULT_PAGE_LENGTH = 10
|
||||
|
||||
##############################################################################
|
||||
# Helpers
|
||||
|
Loading…
x
Reference in New Issue
Block a user