Small font-awesome fixes, add localstorage warning
This commit is contained in:
parent
a5dc885fc6
commit
e70f0fff7c
5 changed files with 23 additions and 3 deletions
|
@ -27,7 +27,11 @@
|
|||
{% for script_path in main_scripts %}
|
||||
<script src="/static/{{ script_path }}"></script>
|
||||
{% endfor %}
|
||||
|
||||
<title>Config app</title>
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="shortcut icon" href="/static/img/quay_favicon.png" type="image/png" />
|
||||
</head>
|
||||
<body class="co-img-bg-network quay-config-app">
|
||||
<config-setup-app></config-setup-app>
|
||||
|
|
Reference in a new issue