Replaced an old icon with a new one, format changed from ICO to PNG to make it even... 3167/head
authorAshus <github.com@ashus.net>
Wed, 9 Oct 2019 21:17:59 +0000 (23:17 +0200)
committerAshus <github.com@ashus.net>
Wed, 9 Oct 2019 21:26:45 +0000 (23:26 +0200)
- references #2251

Signed-off-by: Ashus <github.com@ashus.net>
applications/luci-app-noddos/htdocs/cgi-bin/clientdetails
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico [deleted file]
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png [new file with mode: 0644]
themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm

index 6ff4ce59f26267ccafd4debe276bdda289be7c32..411113c6a683887a3a85b5f6998ae9c168c6f4fb 100755 (executable)
@@ -64,7 +64,7 @@ pagetop = [[
     <meta name="viewport" content="initial-scale=1.0">
     <link rel="stylesheet" href="/luci-static/bootstrap/cascade.css?v=git-17.100.70571-29fabe2">
     <link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="/luci-static/bootstrap/mobile.css?v=git-17.100.70571-29fabe2" type="text/css" />
-    <link rel="shortcut icon" href="/luci-static/bootstrap/favicon.ico">
+    <link rel="shortcut icon" href="/luci-static/bootstrap/favicon.png">
     <script src="/luci-static/resources/xhr.js?v=git-17.100.70571-29fabe2"></script>
   </head>
   <body text=blue>
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico
deleted file mode 100644 (file)
index 77a138b..0000000
Binary files a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico and /dev/null differ
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png
new file mode 100644 (file)
index 0000000..d6eaa4b
Binary files /dev/null and b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png differ
index 697c5c7bf1a71610a75b6cf624d450be0d734cf4..de1fd73f0e8c765eb02ba3a90b6ebd019de925db 100644 (file)
                <meta name="viewport" content="initial-scale=1.0">
                <link rel="stylesheet" href="<%=media%>/cascade.css">
                <link rel="stylesheet" media="only screen and (max-device-width: 854px)" href="<%=media%>/mobile.css" type="text/css" />
-               <link rel="shortcut icon" href="<%=media%>/favicon.ico">
+               <link rel="shortcut icon" href="<%=media%>/favicon.png">
                <% if node and node.css then %>
                        <link rel="stylesheet" href="<%=resource%>/<%=node.css%>">
                <% end -%>