From 33a93bf7f52164bc86f49af46abe1dfd456ff076 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed <fawzi.mohamed@fhi-berlin.mpg.de> Date: Fri, 12 Oct 2018 10:18:21 +0200 Subject: [PATCH] removing unused template --- templates/html/containerDetails.html | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 templates/html/containerDetails.html diff --git a/templates/html/containerDetails.html b/templates/html/containerDetails.html deleted file mode 100644 index 0f03394..0000000 --- a/templates/html/containerDetails.html +++ /dev/null @@ -1,7 +0,0 @@ -title: "Active Containers" ---- -<ol> -{{#each pods as |pod|}} - <li><pre>{{pod}}</pre></li> -{{/each}} -</ol> -- GitLab