commit
3e696aa6d9
@ -1 +0,0 @@
|
||||
from tuskar_sat_ui.overrides.infrastructure import node_views
|
@ -1,3 +0,0 @@
|
||||
from tuskar_ui.infrastructure.nodes import views as nodes_views
|
||||
|
||||
nodes_views.DetailView.template_name = 'overrides/infrastructure/templates/nodes/details.html'
|
@ -1,8 +0,0 @@
|
||||
{% block custom_js_files %}
|
||||
<script src='{{ STATIC_URL }}infrastructure/js/angular/horizon.base64.js' type='text/javascript' charset='utf-8'></script>
|
||||
<script src='{{ STATIC_URL }}infrastructure/js/angular/horizon.node_errata.js' type='text/javascript' charset='utf-8'></script>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% comment %} Tuskar-UI Client-side Templates (These should *not* be inside the "compress" tag.) {% endcomment %}
|
||||
{% include "client_side/templates.html" %}
|
@ -8,10 +8,13 @@
|
||||
|
||||
|
||||
{% block js %}
|
||||
{% include "overrides/infrastructure/templates/_scripts.html" %}
|
||||
<script src='{{ STATIC_URL }}infrastructure/js/angular/horizon.base64.js' type='text/javascript' charset='utf-8'></script>
|
||||
<script src='{{ STATIC_URL }}infrastructure/js/angular/horizon.node_errata.js' type='text/javascript' charset='utf-8'></script>
|
||||
{% include "client_side/templates.html" %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
{% block main %}
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
Loading…
x
Reference in New Issue
Block a user