We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3aa147 commit 9f18b5bCopy full SHA for 9f18b5b
1 file changed
ui/scripts/instances.js
@@ -1477,6 +1477,11 @@
1477
displayName: args.data.displayname
1478
});
1479
}
1480
+ if (args.data.name != args.context.instances[0].name) {
1481
+ $.extend(data, {
1482
+ name: args.data.name
1483
+ });
1484
+ }
1485
$.ajax({
1486
url: createURL('updateVirtualMachine'),
1487
data: data,
@@ -2798,7 +2803,8 @@
2798
2803
converter: cloudStack.converters.toLocalDate
2799
2804
},
2800
2805
name: {
2801
- label: 'label.name'
2806
+ label: 'label.name',
2807
+ isEditable: true
2802
2808
2809
id: {
2810
label: 'label.id'
0 commit comments