aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-01-03 19:23:18 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-01-03 19:23:18 +0000
commit453f5d2217c4b7b3c5252e1adbf2ad25d138f119 (patch)
tree796456dbdc49875abf0c0d36989203747b982118 /src
parent58248723155710045a7afa6b1717ae7f364e00cd (diff)
parentc4f741020f3f90701a77cd881fc1c66d4810c9ee (diff)
Merge "Removes log button in deployment"
Diffstat (limited to 'src')
-rw-r--r--src/templates/resource/steps/pod_definition.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/resource/steps/pod_definition.html b/src/templates/resource/steps/pod_definition.html
index a72e5a5..8599bb0 100644
--- a/src/templates/resource/steps/pod_definition.html
+++ b/src/templates/resource/steps/pod_definition.html
@@ -85,7 +85,11 @@ function main(graphContainer, overviewContainer, toolbarContainer) {
addToolbarButton(editor, toolbarContainer, 'zoomIn', '', "/static/img/mxgraph/zoom_in.png", true);
addToolbarButton(editor, toolbarContainer, 'zoomOut', '', "/static/img/mxgraph/zoom_out.png", true);
+
+ {% if debug %}
addToolbarButton(editor, toolbarContainer, 'printXML', '', '/static/img/mxgraph/fit_to_size.png', true);
+ {% endif %}
+
var outline = new mxOutline(graph, overviewContainer);