mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 19:49:22 -02:30
AC-681 simulating a disabled button for project update and inventory update. Button appears disabled, but tooltips work. On *disabled* buttons tooltip explains why it is disabled. Button is clickable, but nothing happens- just like a real disable dbutton.
This commit is contained in:
@@ -122,7 +122,8 @@ angular.module('ProjectsListDefinition', [])
|
||||
icon: 'icon-cloud-download',
|
||||
"class": 'btn-xs btn-success',
|
||||
ngClick: 'SCMUpdate(\{\{ project.id \}\})',
|
||||
awToolTip: 'Perform an SCM update on this project'
|
||||
awToolTip: "\{\{ project.scm_update_tooltip \}\}",
|
||||
ngClass: "project.scm_type_class"
|
||||
},
|
||||
cancel: {
|
||||
label: 'Cancel',
|
||||
|
||||
Reference in New Issue
Block a user