mirror of https://github.com/apache/cloudstack.git
Project Role Permission: Change default permission type to 'Deny' (#4832)
Co-authored-by: Pearl Dsilva <pearl.dsilva@shapeblue.com>
This commit is contained in:
parent
3f84b9ab42
commit
d81141ed37
|
|
@ -133,7 +133,7 @@ export default {
|
|||
updateTable: false,
|
||||
rules: null,
|
||||
newRule: '',
|
||||
newRulePermission: 'allow',
|
||||
newRulePermission: 'deny',
|
||||
newRuleDescription: '',
|
||||
newRuleSelectError: false,
|
||||
drag: false,
|
||||
|
|
@ -159,7 +159,7 @@ export default {
|
|||
},
|
||||
resetNewFields () {
|
||||
this.newRule = ''
|
||||
this.newRulePermission = 'allow'
|
||||
this.newRulePermission = 'deny'
|
||||
this.newRuleDescription = ''
|
||||
this.newRuleSelectError = false
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue