/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to config.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-10-29 03:02:24 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: csa@dside.dyndns.org-20081029030224-yc3wy2dti4htlfxf
New version of dhtmlxmenu and dhtmlxtree is added

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    
10
10
    $MODULES = array("config", "graph", "alarms", "logs", "help");
11
11
    $POPUPS = array("source", "controls");
12
 
    $CONTROLS = array("export", "aggregator", "searchtab"); // false/null indicates line break
 
12
    $CONTROLS = array("export", "aggregator", "searchtab", false, "sourcetree"); // false/null indicates line break
13
13
 
14
14
        /* more specific configs should go after less specific ones */
15
15
    $OPTIONS = array (
179
179
        "ITEMSearch" => array()
180
180
    );
181
181
    
 
182
    
 
183
    $ADEI_ID_DELIMITER = "__";
 
184
    
182
185
    $LOGGER_LOG_REQUESTS = false;       /* Log all ADEI requests */
183
186
    $LOGGER_LOG_OUTPUT = false;         /* Log output of ADEI requests */
184
187
 
196
199
 
197
200
    $SOURCE_KEEP_WINDOW = false;        /* Preserve time range when group is changed */
198
201
    
 
202
    $DHTMLX_SKIN = "standard";
 
203
    $DHTMLX_ICONSET = "csh_bluefolders";
199
204
    $MENU_SHOW_ITEMS = false;           /* Show separate items in popup menu */
200
205
    
201
206
    $JPGRAPH_PATH="/usr/share/php5/jpgraph";