ui: services-administration: s/pmg/proxmox-backup/

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-12-16 16:48:50 +01:00
parent 05c031612e
commit b5907d8ad8

View File

@ -28,8 +28,8 @@ Ext.define('PBS.ServerAdministration', {
itemId: 'services', itemId: 'services',
startOnlyServices: { startOnlyServices: {
syslog: true, syslog: true,
pmgproxy: true, 'proxmox-backup': true,
pmgdaemon: true 'proxmox-backup-proxy': true,
}, },
nodename: 'localhost' nodename: 'localhost'
}, },