mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-05-02 06:40:11 +00:00
use new proxmoxNodeServiceView widget
This commit is contained in:
parent
03912e15ce
commit
0f3d85d53b
@ -6,8 +6,14 @@ Ext.define('PMG.ServerAdministration', {
|
||||
|
||||
items: [
|
||||
{
|
||||
xtype: 'proxmoxNodeServiceView',
|
||||
title: gettext('Services'),
|
||||
html: "Server Administration1"
|
||||
startOnlyServices: {
|
||||
syslog: true,
|
||||
pmgproxy: true,
|
||||
pmgdaemon: true
|
||||
},
|
||||
nodename: Proxmox.NodeName
|
||||
},
|
||||
{
|
||||
title: gettext('Updates'),
|
||||
|
Loading…
Reference in New Issue
Block a user