mirror of https://github.com/apache/cloudstack.git
UI: Fix domain admins cannot create service offerings (#7261)
This commit is contained in:
parent
d12e9cbf16
commit
b0d189c3ed
|
|
@ -683,6 +683,7 @@ export default {
|
|||
this.initForm()
|
||||
this.fetchData()
|
||||
this.isPublic = isAdmin()
|
||||
this.form.ispublic = this.isPublic
|
||||
},
|
||||
methods: {
|
||||
initForm () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue