Skip to content

Commit 70e890e

Browse files
author
vogelor
committed
moved the system-log and the jobqueue to the monitor.
1 parent a11603b commit 70e890e

27 files changed

+21
-25
lines changed

interface/web/admin/lib/module.conf.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@
6464
'target' => 'content',
6565
'link' => 'admin/server_ip_list.php');
6666

67-
$items[] = array( 'title' => 'Jobqueue',
68-
'target' => 'content',
69-
'link' => 'admin/datalog_list.php');
70-
71-
$items[] = array( 'title' => 'Log',
72-
'target' => 'content',
73-
'link' => 'admin/log_list.php');
74-
7567
$module['nav'][] = array( 'title' => 'Servers',
7668
'open' => 1,
7769
'items' => $items);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
require_once('../../lib/app.inc.php');
4444

4545
//* Check permissions for module
46-
$app->auth->check_module_permissions('admin');
46+
$app->auth->check_module_permissions('monitor');
4747

4848
$app->uses("tform_actions");
4949
$app->tform_actions->onDelete();
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
******************************************/
4343

4444
//* Check permissions for module
45-
$app->auth->check_module_permissions('admin');
45+
$app->auth->check_module_permissions('monitor');
4646

4747
$app->uses('listform_actions');
48-
//$app->listform_actions->SQLExtWhere = "wb = 'W'";
48+
$app->listform_actions->SQLExtWhere = "server_id != 0";
4949
$app->listform_actions->SQLOrderBy = "ORDER BY tstamp DESC, datalog_id DESC";
5050

5151
$app->listform_actions->onLoad();
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)