mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
use edit capability for showing copy on most views
This commit is contained in:
@@ -75,8 +75,7 @@ export default ['i18n', function(i18n) {
|
|||||||
"class": 'btn-danger btn-xs',
|
"class": 'btn-danger btn-xs',
|
||||||
awToolTip: i18n._('Copy credential'),
|
awToolTip: i18n._('Copy credential'),
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
// requires future api rbac changes
|
ngShow: 'credential.summary_fields.user_capabilities.edit'
|
||||||
//ngShow: 'credential.summary_fields.user_capabilities.copy'
|
|
||||||
},
|
},
|
||||||
view: {
|
view: {
|
||||||
ngClick: "editCredential(credential.id)",
|
ngClick: "editCredential(credential.id)",
|
||||||
|
|||||||
@@ -106,8 +106,7 @@ export default ['i18n', function(i18n) {
|
|||||||
"class": 'btn-danger btn-xs',
|
"class": 'btn-danger btn-xs',
|
||||||
awToolTip: i18n._('Copy inventory'),
|
awToolTip: i18n._('Copy inventory'),
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
// requires future api rbac changes
|
ngShow: 'inventory.summary_fields.user_capabilities.edit'
|
||||||
//ngShow: 'project.summary_fields.user_capabilities.copy'
|
|
||||||
},
|
},
|
||||||
view: {
|
view: {
|
||||||
label: i18n._('View'),
|
label: i18n._('View'),
|
||||||
|
|||||||
@@ -63,8 +63,7 @@ export default ['i18n', function(i18n){
|
|||||||
"class": 'btn-danger btn-xs',
|
"class": 'btn-danger btn-xs',
|
||||||
awToolTip: i18n._('Copy inventory scruot'),
|
awToolTip: i18n._('Copy inventory scruot'),
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
// requires future api rbac changes
|
ngShow: 'inventory_script.summary_fields.user_capabilities.edit'
|
||||||
//ngShow: 'inventory_script.summary_fields.user_capabilities.copy'
|
|
||||||
},
|
},
|
||||||
view: {
|
view: {
|
||||||
ngClick: "editCustomInv(inventory_script.id)",
|
ngClick: "editCustomInv(inventory_script.id)",
|
||||||
|
|||||||
@@ -83,8 +83,7 @@ export default ['i18n', function(i18n){
|
|||||||
"class": 'btn-danger btn-xs',
|
"class": 'btn-danger btn-xs',
|
||||||
awToolTip: i18n._('Copy notification'),
|
awToolTip: i18n._('Copy notification'),
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
// requires future api rbac changes
|
ngShow: 'notification_template.summary_fields.user_capabilities.edit'
|
||||||
//ngShow: 'notification_template.summary_fields.user_capabilities.copy'
|
|
||||||
},
|
},
|
||||||
view: {
|
view: {
|
||||||
ngClick: "editNotification(notification_template.id)",
|
ngClick: "editNotification(notification_template.id)",
|
||||||
|
|||||||
@@ -106,8 +106,7 @@ export default ['i18n', function(i18n) {
|
|||||||
"class": 'btn-danger btn-xs',
|
"class": 'btn-danger btn-xs',
|
||||||
awToolTip: i18n._('Copy project'),
|
awToolTip: i18n._('Copy project'),
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'top',
|
||||||
// requires future api rbac changes
|
ngShow: 'project.summary_fields.user_capabilities.edit'
|
||||||
//ngShow: 'project.summary_fields.user_capabilities.copy'
|
|
||||||
},
|
},
|
||||||
edit: {
|
edit: {
|
||||||
ngClick: "editProject(project.id)",
|
ngClick: "editProject(project.id)",
|
||||||
|
|||||||
Reference in New Issue
Block a user