mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-15 14:19:54 +00:00
add syslog
This commit is contained in:
parent
0f3d85d53b
commit
ac6617dacf
@ -19,6 +19,12 @@ Ext.define('PMG.ServerAdministration', {
|
|||||||
title: gettext('Updates'),
|
title: gettext('Updates'),
|
||||||
html: "Server Administration2"
|
html: "Server Administration2"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
xtype: 'proxmoxLogView',
|
||||||
|
title: gettext('Syslog'),
|
||||||
|
url: "/api2/extjs/nodes/" + Proxmox.NodeName + "/syslog",
|
||||||
|
log_select_timespan: 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxNodeTasks',
|
xtype: 'proxmoxNodeTasks',
|
||||||
title: gettext('Tasks'),
|
title: gettext('Tasks'),
|
||||||
|
Loading…
Reference in New Issue
Block a user