From 7d7db2a086ef2dc9f4c19d48a55cc82a7405f180 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Tue, 14 Jun 2016 11:36:48 -0400 Subject: [PATCH] Swapped the button order on the groups form. Fixed prompt action button class issue by making inv manage group delete action buttons unique id's (they were duplicates of the original prompt actions). --- awx/ui/client/src/forms/Groups.js | 6 +++--- .../src/inventories/manage/groups/groups-list.partial.html | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/awx/ui/client/src/forms/Groups.js b/awx/ui/client/src/forms/Groups.js index 9a42ad6218..83b2af3aab 100644 --- a/awx/ui/client/src/forms/Groups.js +++ b/awx/ui/client/src/forms/Groups.js @@ -319,11 +319,11 @@ export default }, buttons: { - save: { - ngClick: 'formSave()' - }, cancel: { ngClick: 'formCancel()' + }, + save: { + ngClick: 'formSave()' } }, diff --git a/awx/ui/client/src/inventories/manage/groups/groups-list.partial.html b/awx/ui/client/src/inventories/manage/groups/groups-list.partial.html index 50c687e18e..949769ec3d 100644 --- a/awx/ui/client/src/inventories/manage/groups/groups-list.partial.html +++ b/awx/ui/client/src/inventories/manage/groups/groups-list.partial.html @@ -64,8 +64,8 @@
Click for help
- CANCEL - DELETE + CANCEL + DELETE