Small font-awesome fixes, add localstorage warning

This commit is contained in:
Sam Chow 2018-07-19 10:59:57 -04:00
parent a5dc885fc6
commit e70f0fff7c
5 changed files with 23 additions and 3 deletions

View file

@ -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>