Enable the dashboard pseudo workspace

This commit is contained in:
Daniel Berteaud 2014-01-22 15:01:11 +01:00
parent f199fc07f0
commit e1dd9251e9
1 changed files with 7 additions and 0 deletions

View File

@ -127,5 +127,12 @@ $REPOSITORIES["ajxp_conf"] = array(
);
*/
$REPOSITORIES["ajxp_user"] = array(
"DISPLAY" => "Dashboard",
"DISPLAY_ID" => "166",
"DRIVER" => "ajxp_user",
"DRIVER_OPTIONS"=> array()
);
EOF
}