Browse Source

Replaced an old icon with a new one, format changed from ICO to PNG to make it even smaller.
- references #2251

Signed-off-by: Ashus <github.com@ashus.net>

Ashus 4 years ago
parent
commit
39ae339051

+ 1 - 1
applications/luci-app-noddos/htdocs/cgi-bin/clientdetails

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

BIN
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico


BIN
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png


+ 1 - 1
themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm

@@ -139,7 +139,7 @@
 		<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 -%>