mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 19:19:20 -02:30
AC-331 Latest host tab changes. Editing the groups of a host is now possible
This commit is contained in:
@@ -35,7 +35,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
icon: 'icon-plus',
|
||||
mode: 'all', // One of: edit, select, all
|
||||
ngClick: 'addProject()',
|
||||
"class": 'btn-success btn-mini',
|
||||
"class": 'btn-success btn-sm',
|
||||
awToolTip: 'Create a new project'
|
||||
}
|
||||
},
|
||||
@@ -45,7 +45,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
label: 'Edit',
|
||||
ngClick: "editProject(\{\{ project.id \}\})",
|
||||
icon: 'icon-edit',
|
||||
"class": 'btn-mini btn-default',
|
||||
"class": 'btn-xs btn-default',
|
||||
awToolTip: 'View/edit project'
|
||||
},
|
||||
|
||||
@@ -53,7 +53,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
label: 'Delete',
|
||||
ngClick: "deleteProject(\{\{ project.id \}\},'\{\{ project.name \}\}')",
|
||||
icon: 'icon-trash',
|
||||
"class": 'btn-mini btn-danger',
|
||||
"class": 'btn-xs btn-danger',
|
||||
awToolTip: 'Delete project'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user