Blame SOURCES/replace-favicon.patch

48ab60
From 0a07e4408586a6760528b5be31e4c850f3882dd0 Mon Sep 17 00:00:00 2001
48ab60
From: Ivan Devat <idevat@redhat.com>
48ab60
Date: Mon, 29 Apr 2019 13:38:40 +0200
48ab60
Subject: [PATCH] replace favicon
48ab60
48ab60
---
48ab60
 pcsd/public/favicon.ico        | Bin 318 -> 0 bytes
48ab60
 pcsd/public/images/favicon.png | Bin 0 -> 134 bytes
48ab60
 pcsd/views/main.erb            |   1 +
48ab60
 3 files changed, 1 insertion(+)
48ab60
 delete mode 100644 pcsd/public/favicon.ico
48ab60
 create mode 100644 pcsd/public/images/favicon.png
48ab60
48ab60
diff --git a/pcsd/public/favicon.ico b/pcsd/public/favicon.ico
48ab60
deleted file mode 100644
48ab60
index cbb61249380dc73f5d98ebf47ad622f844a33bee..0000000000000000000000000000000000000000
48ab60
GIT binary patch
48ab60
literal 0
48ab60
HcmV?d00001
48ab60
48ab60
literal 318
48ab60
zcmZQzU<5(|0RaXO&|qX>5ChRb3=&ZQVnzlQAc+bfsu>sx3tJd|{`|@C`t@sug$oxm
48ab60
z`1*!0oIih-fswHfh}Q!(-2l=_3|w5AK=vshJ_9!B|NsAB`W*
48ab60
z!s8__@08xX3w^rwZt%sYE(|Pd@2(9rnO<IAw)U1m^^P-VPE_5>Inlj)_wJL+Pqb(5
48ab60
z*?p#SPy4K!dv<Tn+OczG#_1hdcUR8b(X;!^+`D&g@0xa|eeK=5H@8)9+jjTX-CGr>
48ab60
NXU)317VHQL2mq$QZ5jXo
48ab60
48ab60
diff --git a/pcsd/public/images/favicon.png b/pcsd/public/images/favicon.png
48ab60
new file mode 100644
48ab60
index 0000000000000000000000000000000000000000..d335590f985d31491ad4dc713cb47907b1403e88
48ab60
GIT binary patch
48ab60
literal 134
48ab60
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9oB=)|u0R?HTvwivP}RQxWHFWm
48ab60
z`2{mLJiCzw<Y;@kIEHXUCnqFaNML9R<>66^ky7H(iQ!@5(cw`@x~e77IG
48ab60
Zfnojwo}yRn8MPqeJYD@<);T3K0RZE%9!CHG
48ab60
48ab60
literal 0
48ab60
HcmV?d00001
48ab60
48ab60
diff --git a/pcsd/views/main.erb b/pcsd/views/main.erb
48ab60
index 000401c6..6476e0a4 100644
48ab60
--- a/pcsd/views/main.erb
48ab60
+++ b/pcsd/views/main.erb
48ab60
@@ -1,6 +1,7 @@
48ab60
 
48ab60
 <head>
48ab60
   <title>Pacemaker/Corosync Configuration</title>
48ab60
+  <link rel="shortcut icon" type="image/png" href="/images/favicon.png">
48ab60
   <link rel="stylesheet" type="text/css" href="/css/style.css" />
48ab60
   <link rel="stylesheet" type="text/css" href="/css/overpass.css" />
48ab60
   <link rel="stylesheet" type="text/css" href="/css/liberation.css" />
48ab60
-- 
48ab60
2.20.1
48ab60