diff --git a/config/dispatcher-extensions.json b/config/dispatcher-extensions.json deleted file mode 100755 index 052f0a9..0000000 --- a/config/dispatcher-extensions.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "svg": "image/svg+xml", - - "jpg": "image/jpeg", - "png": "image/png", - - "css": "text/css", - "js": "text/javascript", - - "json": "application/json" -} \ No newline at end of file diff --git a/config/dispatcher-tree.json b/config/dispatcher-tree.json deleted file mode 100755 index 175ae87..0000000 --- a/config/dispatcher-tree.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "api" : "/api", - - "st" : "/src/static", - "dy" : "/src/dynamic", - - "conf" : "/config", - - "css" : "/css", - "js" : "/js", - - "highcharts": "/js/lib/highcharts/js", - - "upload": "/src/upload" -} diff --git a/config/menu.json b/config/menu.json index 364fa1b..2094af4 100644 --- a/config/menu.json +++ b/config/menu.json @@ -26,18 +26,6 @@ }, - { "icon": "/src/static/menu-side/charts.svg", "text": "Graphiques", - "attributes": { "data-link": "charts", "class": "sep" }, - - "children": [ - { "permissions": [], "text": "Données cellulaires", - "attributes": { "data-sublink": "phone" } }, - { "permissions": [], "text": "Réseau", - "attributes": { "data-sublink": "network" } } - ] - }, - - { "icon": "/src/static/menu-side/analytics.svg", "text": "Données", "attributes": { "data-link": "data" }, diff --git a/config/upload-auth.json b/config/upload-auth.json index dcdf203..b5d3d3c 100644 --- a/config/upload-auth.json +++ b/config/upload-auth.json @@ -1,7 +1,6 @@ { "root": "/src/upload", "directories": [ - "local_data", - "convert_iexplorer" + "local_data" ] } diff --git a/config/views.json b/config/views.json index 145d1ee..f1f0ff4 100644 --- a/config/views.json +++ b/config/views.json @@ -2,6 +2,5 @@ "dashboard", "input", "analytics", - "charts", "settings" ]