Commit 903ac47dbb25a2b5e4775b600a976160231dfc7b
1 parent
d29e2a29
Exists in
master
and in
109 other branches
treeBase type for base node
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
generic_data/jobs.json
1 | 1 | {"nodes": [ |
2 | - {"nodeType" : "bkgWorks", "text" : "Finished Jobs / Results", "id" : "result-treeRootNode", "children" : | |
2 | + {"nodeType" : "bkgWorks", "text" : "Finished Jobs / Results", "id" : "result-treeBase", "children" : | |
3 | 3 | [{"nodeType" : "bkgWorks","text" : "Plot","id" : "resPlot-treeRootNode" }, |
4 | 4 | {"nodeType" : "bkgWorks","text" : "Download","id" : "resDown-treeRootNode"}, |
5 | 5 | {"nodeType" : "bkgWorks","text" : "Data Mining","id" : "resSearch-treeRootNode"}, |
6 | 6 | {"nodeType" : "bkgWorks","text" : "Statistics","id" : "resStatistics-treeRootNode"} |
7 | 7 | ] |
8 | 8 | }, |
9 | - {"nodeType" : "bkgWorks", "text" : "Jobs in Progress", "id" : "bkgjobs-treeRootNode", "children" : | |
9 | + {"nodeType" : "bkgWorks", "text" : "Jobs in Progress", "id" : "bkgjobs-treeBase", "children" : | |
10 | 10 | [{"nodeType" : "bkgWorks","text" : "Plot","id" : "bkgPlot-treeRootNode" }, |
11 | 11 | {"nodeType" : "bkgWorks","text" : "Download","id" : "bkgDown-treeRootNode"}, |
12 | 12 | {"nodeType" : "bkgWorks","text" : "Data Mining","id" : "bkgSearch-treeRootNode"}, | ... | ... |