From 39ae339051ac8ed9477ffd62f4068992120b7a1a Mon Sep 17 00:00:00 2001 From: Ashus Date: Wed, 9 Oct 2019 23:17:59 +0200 Subject: 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 --- .../luci-app-noddos/htdocs/cgi-bin/clientdetails | 2 +- .../htdocs/luci-static/bootstrap/favicon.ico | Bin 1150 -> 0 bytes .../htdocs/luci-static/bootstrap/favicon.png | Bin 0 -> 733 bytes .../luasrc/view/themes/bootstrap/header.htm | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.ico create mode 100644 themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png diff --git a/applications/luci-app-noddos/htdocs/cgi-bin/clientdetails b/applications/luci-app-noddos/htdocs/cgi-bin/clientdetails index 6ff4ce59f..411113c6a 100755 --- a/applications/luci-app-noddos/htdocs/cgi-bin/clientdetails +++ b/applications/luci-app-noddos/htdocs/cgi-bin/clientdetails @@ -64,7 +64,7 @@ pagetop = [[ - + 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 index 77a138ba0..000000000 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 index 000000000..d6eaa4bc4 Binary files /dev/null and b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/favicon.png differ diff --git a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm index 697c5c7bf..de1fd73f0 100644 --- a/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm +++ b/themes/luci-theme-bootstrap/luasrc/view/themes/bootstrap/header.htm @@ -139,7 +139,7 @@ - + <% if node and node.css then %> <% end -%> -- cgit v1.2.3