mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #3923: Refresh page after changing table order
This commit is contained in:
parent
4bd8e56b85
commit
32b5434540
@ -176,7 +176,7 @@ define(function(require) {
|
||||
context.on("change", "#table_order_select", function() {
|
||||
var template_str = 'TABLE_ORDER = "'+$(this).val()+'"';
|
||||
|
||||
Sunstone.runAction("User.append_template", that.element.ID, template_str);
|
||||
Sunstone.runAction("User.append_template_refresh", that.element.ID, template_str);
|
||||
});
|
||||
|
||||
// Change language
|
||||
|
Loading…
x
Reference in New Issue
Block a user