mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 18:39:54 -02:30
Adds toolbox to network UI
* Calls API to get inventory * Adds CopySite message * Adds Toolbox and ToolboxItem model design * Add Toolbox and ToolboxItem tables * Sends toolbox items to client from server on connect
This commit is contained in:
@@ -297,6 +297,29 @@ models:
|
||||
name: Process
|
||||
x: 654
|
||||
y: 778
|
||||
- fields:
|
||||
- name: toolbox_id
|
||||
pk: true
|
||||
type: AutoField
|
||||
- len: 200
|
||||
name: name
|
||||
type: CharField
|
||||
name: Toolbox
|
||||
x: -222
|
||||
y: 627
|
||||
- fields:
|
||||
- name: toolbox_item_id
|
||||
pk: true
|
||||
type: AutoField
|
||||
- name: toolbox
|
||||
ref: Toolbox
|
||||
ref_field: toolbox_id
|
||||
type: ForeignKey
|
||||
- name: data
|
||||
type: TextField
|
||||
name: ToolboxItem
|
||||
x: 54
|
||||
y: 664
|
||||
modules: []
|
||||
view:
|
||||
panX: 213.72955551921206
|
||||
|
||||
Reference in New Issue
Block a user