Repository: cloudstack Updated Branches: refs/heads/master 1840805aa -> ba9c4cfa8
added favicon This closes #225 Signed-off-by: Laszlo Hornyak <[email protected]> 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/0347f733 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0347f733 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0347f733 Branch: refs/heads/master Commit: 0347f733dd7768eca4448c8c110973c4f801f0b6 Parents: 1840805 Author: Laszlo Hornyak <[email protected]> Authored: Sat May 2 23:22:23 2015 +0200 Committer: Rohit Yadav <[email protected]> Committed: Sun May 3 15:23:32 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/0347f733/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/0347f733/ui/index.jsp ---------------------------------------------------------------------- diff --git a/ui/index.jsp b/ui/index.jsp index 655c20a..ca8eb3c 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" />
