]> git.proxmox.com Git - pmg-gui.git/commitdiff
add syslog
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 31 Jan 2017 16:33:33 +0000 (17:33 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 31 Jan 2017 16:33:33 +0000 (17:33 +0100)
js/ServerAdministration.js

index eb5250e6a4819dc13e843b8ff4fe6b19f33a6855..abd725c82a992dcdbb78200f62ff613aee6c61c3 100644 (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'),