From e1dd9251e91b580a44401fe34f504dc8b8e9387f Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 22 Jan 2014 15:01:11 +0100 Subject: [PATCH] Enable the dashboard pseudo workspace --- .../e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/root/etc/e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo b/root/etc/e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo index 66b9c05..38dbf3c 100644 --- a/root/etc/e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo +++ b/root/etc/e-smith/templates/etc/pydio/bootstrap_repositories.php/050repo @@ -127,5 +127,12 @@ $REPOSITORIES["ajxp_conf"] = array( ); */ +$REPOSITORIES["ajxp_user"] = array( + "DISPLAY" => "Dashboard", + "DISPLAY_ID" => "166", + "DRIVER" => "ajxp_user", + "DRIVER_OPTIONS"=> array() +); + EOF }