diff --git a/web/_includes/partials/host_utilization_graph.html b/web/_includes/partials/host_utilization_graph.html index 71cbafd1f..964ce142f 100644 --- a/web/_includes/partials/host_utilization_graph.html +++ b/web/_includes/partials/host_utilization_graph.html @@ -1,6 +1,14 @@
-
Host Utilization
+
+ Host Utilization + {% if include.tooltip %} + + {% endif %} +
diff --git a/web/_includes/partials/network_bandwidth_usage_graph.html b/web/_includes/partials/network_bandwidth_usage_graph.html index 4d9e0952d..a49030f53 100644 --- a/web/_includes/partials/network_bandwidth_usage_graph.html +++ b/web/_includes/partials/network_bandwidth_usage_graph.html @@ -1,6 +1,14 @@
-
Network Bandwidth Usage
+
+ Network Bandwidth Usage + {% if include.tooltip %} + + {% endif %} +
diff --git a/web/_includes/partials/simulation_output.html b/web/_includes/partials/simulation_output.html index a1de3e39d..584f62159 100644 --- a/web/_includes/partials/simulation_output.html +++ b/web/_includes/partials/simulation_output.html @@ -1,6 +1,14 @@
-
Simulation Output
+
+ Simulation Output + {% if include.tooltip %} + + {% endif %} +
diff --git a/web/_includes/partials/workflow_execution_data.html b/web/_includes/partials/workflow_execution_data.html index 86a2d9af8..0a2a60769 100644 --- a/web/_includes/partials/workflow_execution_data.html +++ b/web/_includes/partials/workflow_execution_data.html @@ -1,6 +1,14 @@
-
Task Data
+
+ Task Data + {% if include.tooltip %} + + {% endif %} +
diff --git a/web/_includes/partials/workflow_execution_graph.html b/web/_includes/partials/workflow_execution_graph.html index 2a624d5a2..1f08e6acd 100644 --- a/web/_includes/partials/workflow_execution_graph.html +++ b/web/_includes/partials/workflow_execution_graph.html @@ -1,6 +1,14 @@
-
Task Executions
+
+ Task Executions + {% if include.tooltip %} + + {% endif %} +