Add static rendering of input output objects
Compare changes
Files
4+ 93
− 53
@@ -4,7 +4,7 @@
@@ -16,6 +16,7 @@ DJANGO_TIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ"
@@ -24,7 +25,7 @@ def get_size(status_list, type):
@@ -49,7 +50,7 @@ def convert_logentries_to_html(log_entries):
@@ -57,7 +58,7 @@ def convert_logentries_to_html(log_entries):
@@ -66,8 +67,8 @@ def convert_logentries_to_html(log_entries):
@@ -85,10 +86,10 @@ def convert_list_of_dicts_to_html(my_blob):
@@ -100,6 +101,48 @@ def convert_list_of_dicts_to_html(my_blob):
@@ -111,12 +154,13 @@ def convert_config_to_html(querylist):
@@ -126,7 +170,6 @@ def convert_config_to_html(querylist):
@@ -140,7 +183,7 @@ def aggregate_resources_tasks(selection):
@@ -209,7 +252,7 @@ def aggregate_resources_logs(selection):
@@ -226,8 +269,8 @@ def aggregate_resources_logs(selection):
@@ -242,13 +285,12 @@ def aggregate_resources_logs(selection):
@@ -263,18 +305,18 @@ def aggregate_resources_logs_version1():
@@ -344,7 +386,6 @@ def human_readable(size_in_bytes):
@@ -362,8 +403,8 @@ def highlight_value(values, value_to_highlight):
@@ -390,7 +431,8 @@ def construct_tasks_per_workflow_html(request, workflow_results):
@@ -409,7 +451,7 @@ def construct_tasks_per_workflow_html(request, workflow_results):
@@ -417,15 +459,15 @@ def construct_tasks_per_workflow_html(request, workflow_results):
@@ -448,7 +490,7 @@ def construct_logs_per_workflow_html_version1(log_records):
@@ -475,25 +517,25 @@ def construct_logs_per_workflow_html(request, workflow_results):
@@ -502,7 +544,6 @@ def construct_logs_per_workflow_html(request, workflow_results):
@@ -515,5 +556,4 @@ def construct_dashboard_html(request, selection):