More tweaking
This commit is contained in:
parent
1e0c123d5b
commit
52336e636e
1
tuskar_sat_ui/overrides/__init__.py
Normal file
1
tuskar_sat_ui/overrides/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from tuskar_sat_ui.overrides.infrastructure import node_views
|
@ -1 +0,0 @@
|
||||
__author__ = 'jomara'
|
@ -1,3 +1,3 @@
|
||||
from tuskar_ui.infrastructure.nodes import views as nodes_views
|
||||
|
||||
nodes_views.DetailView.template_name = 'tuskar_sat_ui/overrides/infrastructure/templates/nodes/details.html'
|
||||
nodes_views.DetailView.template_name = 'overrides/infrastructure/templates/nodes/details.html'
|
@ -6,6 +6,12 @@
|
||||
{% include 'horizon/common/_page_header.html' with title=_('Node Details') %}
|
||||
{% endblock page_header %}
|
||||
|
||||
|
||||
{% block js %}
|
||||
{% include "overrides/infrastructure/templates/_scripts.html" %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block main %}
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
|
Loading…
x
Reference in New Issue
Block a user