mirror of https://github.com/apache/cloudstack.git
network offering page - change label of isdefault field to be more specific ("created by system")
This commit is contained in:
parent
4aaf15a353
commit
36017cf968
|
|
@ -1615,8 +1615,8 @@
|
|||
args.response.success({data: items});
|
||||
}
|
||||
},
|
||||
isdefault: {
|
||||
label: 'Default',
|
||||
isdefault: { //created by system by default
|
||||
label: 'Created by system',
|
||||
converter: cloudStack.converters.toBooleanText
|
||||
},
|
||||
specifyvlan: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue