Shahar Havivi has uploaded a new change for review. Change subject: Event Notify VM_STATUS_RESTORED has no display text ......................................................................
Event Notify VM_STATUS_RESTORED has no display text Event Notification VM_STATUS_RESTORED under the VM section has no display text, instead it present the constant: VM_STATUS_RESTORED Change-Id: I2409842b8edcd94c753d72f6e648a6e2b5582d86 Signed-off-by: Shahar Havivi <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/LocalizedEnums.java M frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties 2 files changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/34/23634/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/LocalizedEnums.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/LocalizedEnums.java index c86927f..a33961b 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/LocalizedEnums.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/LocalizedEnums.java @@ -244,6 +244,8 @@ String AuditLogType___VM_NOT_RESPONDING(); + String AuditLogType___VM_STATUS_RESTORED(); + String AuditLogType___VM_DOWN_ERROR(); String AuditLogType___IRS_FAILURE(); diff --git a/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties b/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties index 9b95fc9..9877ba6 100644 --- a/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties +++ b/frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/LocalizedEnums.properties @@ -118,6 +118,7 @@ AuditLogType___VM_MIGRATION_START=Starting migration of VM AuditLogType___VM_MIGRATION_FAILED=Migration failed AuditLogType___VM_NOT_RESPONDING=VM is not responding +AuditLogType___VM_STATUS_RESTORED=VM status restored AuditLogType___VM_DOWN_ERROR=VM is down with error AuditLogType___IRS_FAILURE=Failed to access Storage AuditLogType___IRS_DISK_SPACE_LOW=Low disk space -- To view, visit http://gerrit.ovirt.org/23634 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2409842b8edcd94c753d72f6e648a6e2b5582d86 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
