From 2ec326cbe088f3ee5634336e326ae8c3561c7461 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 30 Mar 2016 13:57:58 +0300 Subject: add ga to api --- .../trex_control_plane/doc_stl/_templates/layout.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 scripts/automation/trex_control_plane/doc_stl/_templates/layout.html (limited to 'scripts/automation/trex_control_plane/doc_stl') diff --git a/scripts/automation/trex_control_plane/doc_stl/_templates/layout.html b/scripts/automation/trex_control_plane/doc_stl/_templates/layout.html new file mode 100644 index 00000000..8c1c709c --- /dev/null +++ b/scripts/automation/trex_control_plane/doc_stl/_templates/layout.html @@ -0,0 +1,17 @@ +{% extends "!layout.html" %} + +{% block footer %} +{{ super() }} + +{% endblock %} + + -- cgit 1.2.3-korg