]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: use rel="icon" for favicon 18013/head
authorKefu Chai <kchai@redhat.com>
Thu, 28 Sep 2017 05:46:31 +0000 (13:46 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 28 Sep 2017 05:51:27 +0000 (13:51 +0800)
shortcut is not a standard compliant link type, see
https://www.w3.org/TR/html5/links.html#linkTypes.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/dashboard/base.html

index 0c0a971f36e866e5e0c90294d88c040d1a15cef8..d72243dbb52e12734b0c0dce56d5532e787a15e9 100644 (file)
         });
       </script>
 
-      <link rel="shortcut icon" href="{{ url_prefix }}/static/favicon.ico">
+      <link rel="icon" href="{{ url_prefix }}/static/favicon.ico">
 
     <style>
         div.box {