Просмотр исходного кода

Merge pull request #8111 from bonktree/opaque-icon

templates: add an opaque icon for mobile home screens
Jeremy Stretch 4 лет назад
Родитель
Сommit
4a3bc8d365

BIN
netbox/project-static/img/netbox_touch-icon-180.png


+ 1 - 0
netbox/templates/base/base.html

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