add syslog

This commit is contained in:
Dietmar Maurer 2017-01-31 17:33:33 +01:00
parent 0f3d85d53b
commit ac6617dacf

View File

@ -19,6 +19,12 @@ Ext.define('PMG.ServerAdministration', {
title: gettext('Updates'),
html: "Server Administration2"
},
{
xtype: 'proxmoxLogView',
title: gettext('Syslog'),
url: "/api2/extjs/nodes/" + Proxmox.NodeName + "/syslog",
log_select_timespan: 1
},
{
xtype: 'proxmoxNodeTasks',
title: gettext('Tasks'),