/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-30 01:27:40 UTC
  • mto: This revision was merged to the branch mainline in revision 116.
  • Revision ID: csa@dside.dyndns.org-20081030012740-svt0yigxj5uzwxyj
Few steps on source tree integration in javascript frontend

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    error_reporting(E_ALL ^ E_NOTICE);
3
3
 
4
4
    $SETUP_MULTI_MODE = true;
 
5
    
 
6
    $ADEI_RELEASE = false;
5
7
 
6
8
    $TITLE = "ADEI";
7
9
 
9
11
    
10
12
    $MODULES = array("config", "graph", "alarms", "logs", "help");
11
13
    $POPUPS = array("source", "controls");
12
 
    $CONTROLS = array("export", "aggregator", "searchtab", false, "sourcetree"); // false/null indicates line break
 
14
    $CONTROLS = array("export", "aggregator", "searchtab", false, "virtual"); // false/null indicates line break
13
15
 
14
16
        /* more specific configs should go after less specific ones */
15
17
    $OPTIONS = array (
81
83
    
82
84
    
83
85
    $ADEI_VIRTUAL_READERS = array(
 
86
        "virtual" => array(
 
87
            "title" => _("Virtual"),
 
88
            "reader" => "VIRTUALReader"
 
89
        ),
84
90
/*      "virtual_vg" => array(
85
91
            "title" => _("Virtual Groups"),
86
92
            "reader"=> "VGReader"
199
205
 
200
206
    $SOURCE_KEEP_WINDOW = false;        /* Preserve time range when group is changed */
201
207
    
 
208
 
202
209
    $DHTMLX_SKIN = "standard";
 
210
//    $DHTMLX_SKIN="dhx_blue";
203
211
    $DHTMLX_ICONSET = "csh_bluefolders";
204
212
    $MENU_SHOW_ITEMS = false;           /* Show separate items in popup menu */
 
213
    $MENU_SCROLL_LIMIT = 10;            /* Add scrolling if more than that items present */
205
214
    
206
215
    $JPGRAPH_PATH="/usr/share/php5/jpgraph";
207
216
    $EXCEL_WRITER_PATH ="";