use new proxmoxNodeServiceView widget

This commit is contained in:
Dietmar Maurer 2017-01-31 15:23:40 +01:00
parent 03912e15ce
commit 0f3d85d53b

View File

@ -6,8 +6,14 @@ Ext.define('PMG.ServerAdministration', {
items: [ items: [
{ {
xtype: 'proxmoxNodeServiceView',
title: gettext('Services'), title: gettext('Services'),
html: "Server Administration1" startOnlyServices: {
syslog: true,
pmgproxy: true,
pmgdaemon: true
},
nodename: Proxmox.NodeName
}, },
{ {
title: gettext('Updates'), title: gettext('Updates'),