From fffe9d3b5d074d1ed51f8dae50aeebecf5f1e15a Mon Sep 17 00:00:00 2001 From: Tzu-Mainn Chen Date: Wed, 21 May 2014 15:54:16 +0200 Subject: [PATCH] Remove unused node table template Not entirely sure why the node table template was in such a generic place to start with, but it looks unused. Change-Id: I0c7b2416c81d3c9f7c3426df11758b4929eff50c --- .../infrastructure/base_nodes_table.html | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 tuskar_ui/infrastructure/templates/infrastructure/base_nodes_table.html diff --git a/tuskar_ui/infrastructure/templates/infrastructure/base_nodes_table.html b/tuskar_ui/infrastructure/templates/infrastructure/base_nodes_table.html deleted file mode 100644 index eecf9e95c..000000000 --- a/tuskar_ui/infrastructure/templates/infrastructure/base_nodes_table.html +++ /dev/null @@ -1,21 +0,0 @@ -{% extends 'infrastructure/base.html' %} -{% load i18n %} - -{% block main %} -
-
- - -

{% block name %}{% endblock %}

-
-
- -
-
- {{ table.render }} -
-
-{% endblock %}