mirror of https://github.com/apache/cloudstack.git
Reset dataprefill when no template config
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
ea4ce7a53f
commit
c1952242fe
|
|
@ -1774,6 +1774,7 @@ export default {
|
|||
},
|
||||
resetFromTemplateConfiguration () {
|
||||
this.deleteFrom(this.params.serviceOfferings.options, ['cpuspeed', 'cpunumber', 'memory'])
|
||||
this.deleteFrom(this.dataPreFill, ['cpuspeed', 'cpunumber', 'memory'])
|
||||
this.handleSearchFilter('serviceOfferings', {
|
||||
page: 1,
|
||||
pageSize: 10
|
||||
|
|
|
|||
Loading…
Reference in New Issue