mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
Fix button ordering
This commit is contained in:
@@ -82,6 +82,16 @@ export default
|
|||||||
},
|
},
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
|
create: {
|
||||||
|
mode: 'all',
|
||||||
|
ngClick: "createGroup()",
|
||||||
|
awToolTip: "Create a new group"
|
||||||
|
},
|
||||||
|
properties: {
|
||||||
|
mode: 'all',
|
||||||
|
awToolTip: "Edit inventory properties",
|
||||||
|
ngClick: 'editInventoryProperties()'
|
||||||
|
},
|
||||||
launch: {
|
launch: {
|
||||||
mode: 'all',
|
mode: 'all',
|
||||||
ngShow: 'inventory.can_run_ad_hoc_commands',
|
ngShow: 'inventory.can_run_ad_hoc_commands',
|
||||||
@@ -93,16 +103,6 @@ export default
|
|||||||
// awToolTip: "{{ adhocButtonTipContents }}",
|
// awToolTip: "{{ adhocButtonTipContents }}",
|
||||||
// dataTipWatch: "adhocButtonTipContents"
|
// dataTipWatch: "adhocButtonTipContents"
|
||||||
},
|
},
|
||||||
create: {
|
|
||||||
mode: 'all',
|
|
||||||
ngClick: "createGroup()",
|
|
||||||
awToolTip: "Create a new group"
|
|
||||||
},
|
|
||||||
properties: {
|
|
||||||
mode: 'all',
|
|
||||||
awToolTip: "Edit inventory properties",
|
|
||||||
ngClick: 'editInventoryProperties()'
|
|
||||||
},
|
|
||||||
refresh: {
|
refresh: {
|
||||||
mode: 'all',
|
mode: 'all',
|
||||||
awToolTip: "Refresh the page",
|
awToolTip: "Refresh the page",
|
||||||
|
|||||||
@@ -252,17 +252,17 @@ export default
|
|||||||
},
|
},
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
|
close: {
|
||||||
|
mode: 'all',
|
||||||
|
awToolTip: "Close Activity Stream view",
|
||||||
|
ngClick: "closeStream()"
|
||||||
|
},
|
||||||
refresh: {
|
refresh: {
|
||||||
mode: 'all',
|
mode: 'all',
|
||||||
id: 'activity-stream-refresh-btn',
|
id: 'activity-stream-refresh-btn',
|
||||||
'class': 'btn-xs',
|
'class': 'btn-xs',
|
||||||
awToolTip: "Refresh the page",
|
awToolTip: "Refresh the page",
|
||||||
ngClick: "refreshStream()"
|
ngClick: "refreshStream()"
|
||||||
},
|
|
||||||
close: {
|
|
||||||
mode: 'all',
|
|
||||||
awToolTip: "Close Activity Stream view",
|
|
||||||
ngClick: "closeStream()"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user