1
0
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:
Daniel Molina 2015-08-28 12:11:09 +02:00
parent 4bd8e56b85
commit 32b5434540

View File

@ -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