Skip to content
Snippets Groups Projects
Commit aa0ae876 authored by Tim Fechner's avatar Tim Fechner Committed by Tim Fechner
Browse files

Add more information to page title

parent 74440919
No related branches found
No related tags found
No related merge requests found
......@@ -5,14 +5,13 @@
<head>
<meta charset="utf-8">
<title>Salt-Observer</title>
<title>{% block title-extra %}{% endblock %} | Salt-Observer</title>
<link rel="icon" href="{% static 'img/favicon-heartbeat.ico' %}">
{% block pre-style %}{% endblock %}
<link rel="stylesheet" href="{% static 'css/main.min.css' %}">
{% block post-style %}{% endblock %}
<!-- for the available script blocks look at the bottom of <body> -->
</head>
<body {% block body-args %}{% endblock %}>
......
......@@ -2,6 +2,7 @@
{% load staticfiles %}
{% load crispy_forms_tags %}
{% block title-extra %}Login{% endblock %}
{% block body-args %}style="background-color: #eee;"{% endblock %}
{% block body %}
......
......@@ -2,6 +2,7 @@
{% load staticfiles %}
{% block nav-dashboard %}class="active"{% endblock %}
{% block title-extra %}Dashboard{% endblock %}
{% block content %}
<div class="page-header">
......
......@@ -2,6 +2,7 @@
{% load so_extras %}
{% block nav-domains %}class="active"{% endblock %}
{% block title-extra %}{{ domain.fqdn }}{% endblock %}
{% block content %}
<div class="page-header">
......
......@@ -2,6 +2,7 @@
{% load crispy_forms_tags %}
{% block nav-domains %}class="active"{% endblock %}
{% block title-extra %}Edit | {{ domain.fqdn }}{% endblock %}
{% block general-tab %}
{% crispy form %}
......
......@@ -2,6 +2,7 @@
{% load staticfiles %}
{% block nav-domains %}class="active"{% endblock %}
{% block title-extra %}Domains{% endblock %}
{% block post-script %}
<script>
......
......@@ -2,6 +2,7 @@
{% load so_extras %}
{% block nav-minions %}class="active"{% endblock %}
{% block title-extra %}{{ minion.fqdn }}{% endblock %}
{% block post-script %}
<script>
......
......@@ -2,6 +2,7 @@
{% load crispy_forms_tags %}
{% block nav-minions %}class="active"{% endblock %}
{% block title-extra %}Edit | {{ minion.fqdn }}{% endblock %}
{% block general-tab %}
{% crispy form %}
......
......@@ -3,6 +3,7 @@
{% load so_extras %}
{% block nav-minions %}class="active"{% endblock %}
{% block title-extra %}Minions{% endblock %}
{% block post-script %}
<script>
......
......@@ -2,6 +2,7 @@
{% load so_extras %}
{% block nav-networks %}class="active"{% endblock %}
{% block title-extra %}{{ network.ipv4 }}{% endblock %}
{% block content %}
<div class="page-header">
......
......@@ -2,6 +2,7 @@
{% load crispy_forms_tags %}
{% block nav-networks %}class="active"{% endblock %}
{% block title-extra %}Edit | {{ network.ipv4 }}{% endblock %}
{% block general-tab %}
{% crispy form %}
......
......@@ -2,6 +2,7 @@
{% load staticfiles %}
{% block nav-networks %}class="active"{% endblock %}
{% block title-extra %}Networks{% endblock %}
{% block post-script %}
<script type="text/javascript" src="{% static 'js/tablesorter.min.js' %}"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment