mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 07:03:23 +00:00
improve HA task display
This commit is contained in:
parent
60a452f24f
commit
3f76170f5b
6
debian/changelog.Debian
vendored
6
debian/changelog.Debian
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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') ],
|
||||
|
Loading…
Reference in New Issue
Block a user