repo: janusweb
action: commit
revision: 
path_from: 
revision_from: ef6a70ac4c4f852b2ace10030ee784805b892a74:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit ef6a70ac4c4f852b2ace10030ee784805b892a74
Author: James Baicoianu 
Date:   Wed May 9 12:38:47 2018 -0700

    Moved several includes into apps section

diff --git a/media/assets/webui/default.json b/media/assets/webui/default.json
index 9e98094c3668faa1d4910f7dfff897e0cd49d453..
index ..cf28e94e787f01ecde161d732a9834409a290ab5 100644
--- a/media/assets/webui/default.json
+++ b/media/assets/webui/default.json
@@ -1,17 +1,17 @@
 {
+  "apps": {
+    "navigation": "./apps/navigation/navigation.json",
+    "chat": "./apps/chat/chat.json",
+    "settings": "./apps/settings/settings.json",
+    "inventory": "./apps/inventory/inventory.json"
+  },
   "includes": [
-    "./apps/popular/popular.json",
     "./apps/partymode/partymode.json",
     "./apps/bookmarks/bookmarks.json",
-    "./apps/navigation/navigation.json",
-    "./apps/appdrawer/appdrawer.json",
     "./apps/virtualgamepad/virtualgamepad.json",
     "./apps/buttons/buttons.json",
-    "./apps/chat/chat.json",
-    "./apps/inventory/inventory.json",
     "./apps/avatar/avatar.json",
-    "./apps/notifications/notifications.json",
-    "./apps/settings/settings.json"
+    "./apps/notifications/notifications.json"
   ],
   "templates": {
     "janusweb.ui": "./default.html"

-----END OF PAGE-----