1
0
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:
Carlos Martín 2015-07-15 11:39:16 +02:00
parent af58c68995
commit 8a6bc86fb1
3 changed files with 7 additions and 1 deletions

View File

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

View File

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

View File

@ -286,7 +286,9 @@ define(function(require) {
"disk-attach",
"disk-detach",
"nic-attach",
"nic-detach"
"nic-detach",
"snap-create",
"snap-delete"
];
var VM = {