resources.json 1.5 KB
{"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"}		 
		 ]
  },
  {"nodeType" : "","text" : "Catalogs","id" : "catalog-treeBase",
  "children" : [
                 { "nodeType" : "catalog", "text" : "My Catalogs", "id" : "catalog-treeRootNode"},
                 { "nodeType" : "sharedcatalog", "text" : "Shared Catalogs", "id" : "sharedcatalog-treeRootNode"}                 
                 ]
  },
  {"nodeType" : "myData","text" : "My Files", "id" : "myData-treeRootNode"}
]}