mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fix create template, create volume adding a new row to wrong list view
This commit is contained in:
parent
f4010f2215
commit
5e428179a9
@ -1195,6 +1195,7 @@
|
||||
|
||||
actions: {
|
||||
createTemplate: {
|
||||
addRow: 'false',
|
||||
label: 'Create template',
|
||||
messages: {
|
||||
confirm: function(args) {
|
||||
@ -1283,6 +1284,7 @@
|
||||
|
||||
createVolume: {
|
||||
label: 'Create volume',
|
||||
addRow: 'false',
|
||||
messages: {
|
||||
confirm: function(args) {
|
||||
return 'Are you sure you want to create volume?';
|
||||
@ -1299,7 +1301,7 @@
|
||||
},
|
||||
createForm: {
|
||||
title: 'Create volume',
|
||||
desc: '',
|
||||
desc: 'Please name your volume.',
|
||||
fields: {
|
||||
name: { label: 'Name', validation: { required: true }}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user