mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-08 20:58:17 +03:00
Feature #3782: Add new history reasons to xsd and sunstone
This commit is contained in:
parent
af58c68995
commit
8a6bc86fb1
@ -65,6 +65,8 @@
|
||||
DISK_DETACH_ACTION = 22
|
||||
NIC_ATTACH_ACTION = 23
|
||||
NIC_DETACH_ACTION = 24
|
||||
DISK_SNAPSHOT_CREATE_ACTION = 25
|
||||
DISK_SNAPSHOT_DELETE_ACTION = 26
|
||||
-->
|
||||
<xs:element name="ACTION" type="xs:integer"/>
|
||||
|
||||
|
@ -193,6 +193,8 @@
|
||||
DISK_DETACH_ACTION = 22
|
||||
NIC_ATTACH_ACTION = 23
|
||||
NIC_DETACH_ACTION = 24
|
||||
DISK_SNAPSHOT_CREATE_ACTION = 25
|
||||
DISK_SNAPSHOT_DELETE_ACTION = 26
|
||||
-->
|
||||
<xs:element name="ACTION" type="xs:integer"/>
|
||||
</xs:sequence>
|
||||
|
@ -286,7 +286,9 @@ define(function(require) {
|
||||
"disk-attach",
|
||||
"disk-detach",
|
||||
"nic-attach",
|
||||
"nic-detach"
|
||||
"nic-detach",
|
||||
"snap-create",
|
||||
"snap-delete"
|
||||
];
|
||||
|
||||
var VM = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user