mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 04:58:36 -05:00
AC-373 Inventory page layout changes. Removed tabs and menu to make better use of limited page real estate
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/*********************************************
|
||||
* Copyright (c) 2013 AnsibleWorks, Inc.
|
||||
*
|
||||
* InventoryGroups.js
|
||||
* Form definition for Groups model
|
||||
*
|
||||
*
|
||||
*/
|
||||
angular.module('InventoryGroupsFormDefinition', [])
|
||||
.value(
|
||||
'InventoryGroupsForm', {
|
||||
|
||||
type: 'groupsview',
|
||||
title: "groupTitle",
|
||||
editTitle: 'Groups',
|
||||
iterator: 'group',
|
||||
|
||||
fields: {
|
||||
},
|
||||
|
||||
actions: {
|
||||
},
|
||||
|
||||
fieldActions: {
|
||||
}
|
||||
|
||||
}); //InventoryGroupsForm
|
||||
Reference in New Issue
Block a user