Commit acd0d3fe by Kálmán Viktor

network: remove unused css and js files from html

parent 1b373927
......@@ -21,7 +21,7 @@
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="{% static "css/network.css" %}" rel="stylesheet">
<!--<link href="{% static "css/network.css" %}" rel="stylesheet">-->
{% block extra_css %}{% endblock %}
</head>
<body>
......@@ -58,8 +58,8 @@
</div>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="{% static "js/bootstrap.min.js" %}"></script>
<script src="{% static "js/select2-3.4.0/select2.min.js" %}"></script>
<script src="{% static "js/project.js" %}"></script>
<!--<script src="{% static "js/select2-3.4.0/select2.min.js" %}"></script>-->
<!--<script src="{% static "js/project.js" %}"></script>-->
<script>
{% block extra_js %}
{% endblock %}
......
......@@ -7,7 +7,7 @@
{% block content %}
<div class="page-heading">
<h1>{{ form.name.value }} <small>details of host</small></h1>
<h1>{{ form.name.value }} <small>details of domain</small></h1>
</div>
{% crispy form %}
......
......@@ -7,7 +7,7 @@
{% block content %}
<div class="page-heading">
<h1>{{ form.name.value }} <small>details of host</small></h1>
<h1>{{ form.name.value }} <small>details of group</small></h1>
</div>
{% crispy form %}
......
......@@ -6,7 +6,7 @@
{% block content %}
<div class="page-heading">
<h1>Groups <small>list of all hosts</small></h1>
<h1>Groups <small>list of all groups</small></h1>
</div>
{% render_table table %}
......
......@@ -6,7 +6,7 @@
{% block content %}
<div class="page-heading">
<h1>Hosts <small>list of all hosts</small></h1>
<h1>Vlans <small>list of all vlans</small></h1>
</div>
{% render_table table %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment