瀏覽代碼

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. 二進制
      netbox/project-static/img/netbox_touch-icon-180.png
  2. 1 0
      netbox/templates/base/base.html

二進制
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