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
This commit is contained in:
Tzu-Mainn Chen 2014-05-21 15:54:16 +02:00
parent d028589933
commit fffe9d3b5d

View File

@ -1,21 +0,0 @@
{% extends 'infrastructure/base.html' %}
{% load i18n %}
{% block main %}
<div class="row-fluid">
<div class="span12">
<div class="breadcrumbs">
<a href="{% url 'horizon:infrastructure:nodes:index' %}">{% trans "Nodes" %}</a>
<span class="separator"></span>
</div>
<h3>{% block name %}{% endblock %}</h3>
</div>
</div>
<div class="row-fluid">
<div class="span12">
{{ table.render }}
</div>
</div>
{% endblock %}