Преглед изворни кода

Merge pull request #8111 from bonktree/opaque-icon

templates: add an opaque icon for mobile home screens
Jeremy Stretch пре 4 година
родитељ
комит
4a3bc8d365
2 измењених фајлова са 1 додато и 0 уклоњено
  1. BIN
      netbox/project-static/img/netbox_touch-icon-180.png
  2. 1 0
      netbox/templates/base/base.html

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'"
       onerror="window.location='{% url 'media_failure' %}?filename=netbox-print.css'"
     />
     />
     <link rel="icon" type="image/png" href="{% static 'netbox.ico' %}" />
     <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 #}
     {# Javascript #}
     <script
     <script