Blame view

generic_data/resources.json 1.5 KB
16035364   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{"nodes": [
  {"nodeType" : "", "text" : "Parameters", "id" :  "parameters-treeBase",
  "children" : [ {"nodeType" : "localParam", "text" : "AMDA DataBase","id" : "myLocalData-treeRootNode"},
                 {"nodeType" : "remoteParam", "info" : "Access to other Data Bases : CDAWEB, ...", "text" : "Remote DataBases : Observations", "id" : "myRemoteData-treeRootNode"},
                 {"nodeType" : "remoteSimuParam", "info" : "Access to Simulation Data Bases", "text" : "Remote DataBases : Simulations", "id" : "myRemoteSimuData-treeRootNode"},
		 {"nodeType" : "myDataParam", "text" : "My DataBase", "id" : "myDataParam-treeRootNode"}
		]
  },
  {"nodeType" : "derivedParam","text" : "Derived Parameters","id" : "derivedParam-treeRootNode"},
  {"nodeType" : "alias","text" : "Aliases","id" : "alias-treeRootNode"},   
  {"nodeType" : "", "text" : "Time Tables", "id" :  "TT-treeBase" , 
  "children" : [
		 { "nodeType" : "timeTable", "text" : "My Time Tables", "id" : "timeTable-treeRootNode"},
		 { "nodeType" : "sharedtimeTable", "text" : "Shared Time Tables", "id" : "sharedtimeTable-treeRootNode"}		 
		 ]
  },
f792a3de   elena   catalog ihm
17
18
19
  {"nodeType" : "","text" : "Catalogs","id" : "catalog-treeBase",
  "children" : [
                 { "nodeType" : "catalog", "text" : "My Catalogs", "id" : "catalog-treeRootNode"},
169f14d2   Benjamin Renard   Add shared object...
20
                 { "nodeType" : "sharedcatalog", "text" : "Shared Catalogs", "id" : "sharedcatalog-treeRootNode"}                 
f792a3de   elena   catalog ihm
21
22
                 ]
  },
16035364   Benjamin Renard   First commit
23
24
  {"nodeType" : "myData","text" : "My Files", "id" : "myData-treeRootNode"}
]}