]> git.proxmox.com Git - pve-manager.git/commitdiff
update favicon, add homescreen icon
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 9 Sep 2016 11:22:21 +0000 (13:22 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 13 Sep 2016 06:56:53 +0000 (08:56 +0200)
this updates the favicon to 64px and the new logo
and adds a 128px image for apple/android homescreen

also we add the relevant html meta link tags
for apple/android homescreen icons

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/ExtJSIndex.pm
PVE/TouchIndex.pm
www/images/Makefile
www/images/favicon.ico [changed mode: 0644->0755]
www/images/favicon.xcf [deleted file]
www/images/logo-128.png [new file with mode: 0755]

index ac0f1112ea2c85ff890f54dd53aa556245416018..07f481d9abe292f83785cae4e0c447518a6c45ac 100644 (file)
@@ -14,6 +14,8 @@ sub get_index {
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
     <title>$nodename - Proxmox Virtual Environment</title>
+    <link rel="icon" sizes="128x128" href="/pve2/images/logo-128.png" />
+    <link rel="apple-touch-icon" sizes="128x128" href="/pve2/images/logo-128.png" />
     <link rel="stylesheet" type="text/css" href="/pve2/ext6/theme-crisp/resources/theme-crisp-all.css" />
     <link rel="stylesheet" type="text/css" href="/pve2/ext6/crisp/resources/charts-all.css" />
     <link rel="stylesheet" type="text/css" href="/pve2/css/font-awesome.css" />
index a83c30a746456e07da27c6f8f9ebcdf42127cdeb..3734364257ad37b1e20c62769faf7211fef8d147 100644 (file)
@@ -13,6 +13,8 @@ sub get_index {
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>$nodename - Proxmox Virtual Environment</title>
  
+    <link rel="icon" sizes="128x128" href="/pve2/images/logo-128.png" />
+    <link rel="apple-touch-icon" sizes="128x128" href="/pve2/images/logo-128.png" />
     <link rel="stylesheet" type="text/css" href="/pve2/touch/resources/css/sencha-touch.css" />
     <link rel="stylesheet" type="text/css" href="/pve2/touch/resources/css/pve.css" />
 _EOD
index 625dcc9f876f7eccbe9c98bb30eed92499f16dfa..393ee3659f911bcaa75afe8d3b4e18970b0b586c 100644 (file)
@@ -65,7 +65,8 @@ IMAGES = ${GNOME_IMAGES}      \
        icon-display.png        \
        icon-harddisk.png       \
        icon-keyboard.png       \
-       logo-ceph.png
+       logo-ceph.png           \
+       logo-128.png
 
 .PHONY: install 
 install: ${IMAGES}
old mode 100644 (file)
new mode 100755 (executable)
index cd6e9a1..ba0c9af
Binary files a/www/images/favicon.ico and b/www/images/favicon.ico differ
diff --git a/www/images/favicon.xcf b/www/images/favicon.xcf
deleted file mode 100644 (file)
index 1863a57..0000000
Binary files a/www/images/favicon.xcf and /dev/null differ
diff --git a/www/images/logo-128.png b/www/images/logo-128.png
new file mode 100755 (executable)
index 0000000..7a01d37
Binary files /dev/null and b/www/images/logo-128.png differ