From 42a109eb17bd3663fce1aae3c202affedeaaa279 Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Wed, 2 Mar 2016 16:59:39 -0700 Subject: [PATCH] PL favicon (rancher/rancher#3741) --- app/index.html | 2 +- public/assets/images/logos/README.md | 1 + public/{ => assets/images/logos}/favicon.ico | Bin 3 files changed, 2 insertions(+), 1 deletion(-) rename public/{ => assets/images/logos}/favicon.ico (100%) diff --git a/app/index.html b/app/index.html index e7527c9e9..334bab8c3 100644 --- a/app/index.html +++ b/app/index.html @@ -3,7 +3,7 @@ - + UI diff --git a/public/assets/images/logos/README.md b/public/assets/images/logos/README.md index b9fd45c64..cc95ddc6f 100644 --- a/public/assets/images/logos/README.md +++ b/public/assets/images/logos/README.md @@ -22,6 +22,7 @@ This replaces the entire folder, so you must supply all the files or they will b |:------------------------|:----------------------------------------------------------| | dark.svg | On the Login screen when access control is enabled | | fail-*.svg | On the branded error screen (for ui.pl="rancher" only) | +| favicon.ico | Browser tab favicon | | graphic.svg | The parachuting cow part of the image on the About screen | | login-bg.jpg | Background for the login screen box | | main.svg | Top-left corner of the main header | diff --git a/public/favicon.ico b/public/assets/images/logos/favicon.ico similarity index 100% rename from public/favicon.ico rename to public/assets/images/logos/favicon.ico