Repository: cloudstack Updated Branches: refs/heads/4.5 7a1cb28c9 -> cb3d03c7b
added favicon This closes #225 Signed-off-by: Laszlo Hornyak <[email protected]> Signed-off-by: Rohit Yadav <[email protected]> (cherry picked from commit 0347f733dd7768eca4448c8c110973c4f801f0b6) Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a686d2e8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a686d2e8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a686d2e8 Branch: refs/heads/4.5 Commit: a686d2e8b3f880576bbdf57dbdb0896e723b2393 Parents: 7a1cb28 Author: Laszlo Hornyak <[email protected]> Authored: Sat May 2 23:22:23 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Sun May 3 15:25:34 2015 +0200 ---------------------------------------------------------------------- ui/images/cloud.ico | Bin 0 -> 5530 bytes ui/index.jsp | 1 + 2 files changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a686d2e8/ui/images/cloud.ico ---------------------------------------------------------------------- diff --git a/ui/images/cloud.ico b/ui/images/cloud.ico new file mode 100644 index 0000000..8c52cf8 Binary files /dev/null and b/ui/images/cloud.ico differ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a686d2e8/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index 75940ff..9ba2faa 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -30,6 +30,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> + <link rel="shortcut icon" href="images/cloud.ico" /> <link type="text/css" rel="stylesheet" href="lib/reset.css"/> <link type="text/css" rel="stylesheet" href="css/cloudstack3.css" /> <link type="text/css" rel="stylesheet" href="css/token-input-facebook.css" />
