mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Merge pull request #8111 from bonktree/opaque-icon
templates: add an opaque icon for mobile home screens
This commit is contained in:
BIN
netbox/project-static/img/netbox_touch-icon-180.png
Normal file
BIN
netbox/project-static/img/netbox_touch-icon-180.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
@ -124,6 +124,7 @@
|
||||
onerror="window.location='{% url 'media_failure' %}?filename=netbox-print.css'"
|
||||
/>
|
||||
<link rel="icon" type="image/png" href="{% static 'netbox.ico' %}" />
|
||||
<link rel="apple-touch-icon" type="image/png" href="{% static 'netbox_touch-icon-180.png' %}" />
|
||||
|
||||
{# Javascript #}
|
||||
<script
|
||||
|
Reference in New Issue
Block a user