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:
Ben Thomasson
2017-08-22 23:57:09 +00:00
parent c79ef60d8b
commit 6f1000cd94
10 changed files with 279 additions and 20 deletions

View File

@@ -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