mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-08 21:17:43 +03:00
parent
427322ebb5
commit
2cea97b73f
@ -87,7 +87,7 @@ define(function(require) {
|
||||
var order_inputs = "";
|
||||
|
||||
$('.user_input_attrs tbody tr').each(function(key, value){
|
||||
order_inputs += $(".user_input_name", $(this)).val() + ",";
|
||||
order_inputs += $(".user_input_name", $(this)).val().toUpperCase() + ",";
|
||||
});
|
||||
|
||||
this.order = order_inputs.slice(0,-1);
|
||||
|
Loading…
Reference in New Issue
Block a user