mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 04:47:54 +00:00
Add missing "on_close" property to schemas
This commit is contained in:
parent
ad7134e834
commit
96849e3cdb
@ -308,6 +308,10 @@
|
|||||||
"maximum": 100,
|
"maximum": 100,
|
||||||
"title": "Throttle the CPU"
|
"title": "Throttle the CPU"
|
||||||
},
|
},
|
||||||
|
"on_close": {
|
||||||
|
"title": "Action to execute on the VM is closed",
|
||||||
|
"enum": ["power_off", "shutdown_signal", "save_vm_state"]
|
||||||
|
},
|
||||||
"process_priority": {
|
"process_priority": {
|
||||||
"title": "Process priority for QEMU",
|
"title": "Process priority for QEMU",
|
||||||
"enum": ["realtime",
|
"enum": ["realtime",
|
||||||
|
@ -311,6 +311,10 @@
|
|||||||
"maximum": 100,
|
"maximum": 100,
|
||||||
"title": "Throttle the CPU"
|
"title": "Throttle the CPU"
|
||||||
},
|
},
|
||||||
|
"on_close": {
|
||||||
|
"title": "Action to execute on the VM is closed",
|
||||||
|
"enum": ["power_off", "shutdown_signal", "save_vm_state"]
|
||||||
|
},
|
||||||
"process_priority": {
|
"process_priority": {
|
||||||
"title": "Process priority for QEMU",
|
"title": "Process priority for QEMU",
|
||||||
"enum": ["realtime",
|
"enum": ["realtime",
|
||||||
|
@ -311,6 +311,10 @@
|
|||||||
"maximum": 100,
|
"maximum": 100,
|
||||||
"title": "Throttle the CPU"
|
"title": "Throttle the CPU"
|
||||||
},
|
},
|
||||||
|
"on_close": {
|
||||||
|
"title": "Action to execute on the VM is closed",
|
||||||
|
"enum": ["power_off", "shutdown_signal", "save_vm_state"]
|
||||||
|
},
|
||||||
"process_priority": {
|
"process_priority": {
|
||||||
"title": "Process priority for QEMU",
|
"title": "Process priority for QEMU",
|
||||||
"enum": ["realtime",
|
"enum": ["realtime",
|
||||||
|
@ -362,6 +362,10 @@
|
|||||||
"maximum": 100,
|
"maximum": 100,
|
||||||
"title": "Throttle the CPU"
|
"title": "Throttle the CPU"
|
||||||
},
|
},
|
||||||
|
"on_close": {
|
||||||
|
"title": "Action to execute on the VM is closed",
|
||||||
|
"enum": ["power_off", "shutdown_signal", "save_vm_state"]
|
||||||
|
},
|
||||||
"process_priority": {
|
"process_priority": {
|
||||||
"title": "Process priority for QEMU",
|
"title": "Process priority for QEMU",
|
||||||
"enum": ["realtime",
|
"enum": ["realtime",
|
||||||
|
Loading…
Reference in New Issue
Block a user