-
Notifications
You must be signed in to change notification settings - Fork 0
/
ehive_clusters.json
50 lines (50 loc) · 1.52 KB
/
ehive_clusters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"red" : {
"tables" : [
"analysis_base",
"dataflow_rule",
"dataflow_target",
"analysis_stats",
"pipeline_wide_parameters"
],
"table_colour" : "#C70C09",
"tone_colour" : "#FFDDDD"
},
"orange" : {
"tables" : [
"resource_class",
"resource_description"
],
"table_colour" : "#FF7504",
"tone_colour" : "#FFEEDD"
},
"blue" : {
"tables" : [
"job",
"semaphore",
"job_file",
"accu",
"analysis_data"
],
"table_colour" : "#1D73DA",
"tone_colour" : "#DDEEFF"
},
"green" : {
"tables" : [
"worker",
"role",
"beekeeper"
],
"table_colour" : "#24DA06",
"tone_colour" : "#DDFFDD"
},
"yellow" : {
"tables" : [
"worker_resource_usage",
"log_message",
"analysis_stats_monitor"
],
"table_colour" : "#F4D20C",
"tone_colour" : "#FFFFDD"
}
}