Skip to content

Commit 4a3bc8d

Browse files
Merge pull request #8111 from bonktree/opaque-icon
templates: add an opaque icon for mobile home screens
2 parents e12da72 + 7b23856 commit 4a3bc8d

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
Loading

netbox/templates/base/base.html

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
onerror="window.location='{% url 'media_failure' %}?filename=netbox-print.css'"
125125
/>
126126
<link rel="icon" type="image/png" href="{% static 'netbox.ico' %}" />
127+
<link rel="apple-touch-icon" type="image/png" href="{% static 'netbox_touch-icon-180.png' %}" />
127128

128129
{# Javascript #}
129130
<script

0 commit comments

Comments
 (0)