mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-05-03 15:52:13 +00:00
use new proxmoxNodeServiceView widget
This commit is contained in:
parent
03912e15ce
commit
0f3d85d53b
@ -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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user