Skip to content
Snippets Groups Projects
Commit 4baa6669 authored by Benjamin Fiorini's avatar Benjamin Fiorini
Browse files

cockpit : small css/html fix

parent 5da1169a
Branches
Tags
No related merge requests found
......@@ -403,6 +403,7 @@ div.row-fluid.statistics.c5 {
div.row-fluid.statistics.pie > div {
min-height: 400px;
padding: 20px;
min-width: 600px;
}
div.row-fluid.statistics.pie > div.container > h3 {
......
......@@ -15,8 +15,7 @@
<script type="text/javascript" src="/static/js/highstock.js"></script>
<script type="text/javascript" src="/static/js/modules/exporting.js"></script>
<script type="text/javascript" src="/static/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/static/js/scripts.js"></script>
{% block extrahead %}{% endblock %}
<title>{% block title %}CASTOR Cockpit{% endblock %}</title>
......
{% extends "cockpit/base.html" %}
{% block header %}<h1>CASTOR COCKPIT : {{ metric_name }}</h1>{% endblock %}
{% block extrahead %}
<script type="text/javascript" src="/static/js/scripts.js"></script>
{% endblock %}
{% block title %}
CASTOR Cockpit - {{ metric_name }}
{% endblock %}
{% block content %}
{% include "cockpit/metric-container.html" %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment