diff --git a/templates/html/containerDetails.html b/templates/html/containerDetails.html deleted file mode 100644 index 0f03394a87fe02c04c0a4564d22178609df197ae..0000000000000000000000000000000000000000 --- 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>