improve HA task display

This commit is contained in:
Dietmar Maurer 2012-03-27 12:35:20 +02:00
parent 60a452f24f
commit 3f76170f5b
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
pve-manager (2.0-49) unstable; urgency=low
* improve HA task display
-- Proxmox Support Team <support@proxmox.com> Tue, 27 Mar 2012 12:35:00 +0200
pve-manager (2.0-48) unstable; urgency=low
* fix bug #97: execute 'clusvcadm' commands for HA managed CTs

View File

@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
PACKAGE=pve-manager
PACKAGERELEASE=48
PACKAGERELEASE=49
BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5

View File

@ -407,6 +407,9 @@ Ext.define('PVE.Utils', { statics: {
vzmount: ['CT', gettext('Mount') ],
vzumount: ['CT', gettext('Unmount') ],
vzshutdown: ['CT', gettext('Shutdown') ],
hamigrate: [ 'HA', gettext('Migrate') ],
hastart: [ 'HA', gettext('Start') ],
hastop: [ 'HA', gettext('Stop') ],
srvstart: ['SRV', gettext('Start') ],
srvstop: ['SRV', gettext('Stop') ],
srvrestart: ['SRV', gettext('Restart') ],