Merge branch 'issue-84' into 'master'
Issue 84
Showing
Issue 84
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
<title>{% block title %}Firewall GUI{% endblock %}</title> | <title>{% block title %}Firewall GUI{% endblock %}</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400&subset=latin,latin-ext' rel='stylesheet' type='text/css'> | <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400&subset=latin,latin-ext' rel='stylesheet' type='text/css'> | ||
Please
register
or
sign in
to reply
|
|||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"> | <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css"> | <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css"> | ||
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet" /> | <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet" /> | ||
... | @@ -79,7 +79,7 @@ | ... | @@ -79,7 +79,7 @@ |
</footer> | </footer> | ||
</div><!-- .footer-container .container --> | </div><!-- .footer-container .container --> | ||
<script src="http://code.jquery.com/jquery-latest.js"></script> | <script src="https://code.jquery.com/jquery-latest.js"></script> | ||
<script src="{% url "network.js_catalog" %}"></script> | <script src="{% url "network.js_catalog" %}"></script> | ||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | ||
<script src="{% static "js/bootbox.min.js" %}"></script> | <script src="{% static "js/bootbox.min.js" %}"></script> | ||
... | ... |