summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0001-IBS-html-head-title.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0001-IBS-html-head-title.patch')
-rw-r--r--meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0001-IBS-html-head-title.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0001-IBS-html-head-title.patch b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0001-IBS-html-head-title.patch
new file mode 100644
index 0000000000..2a7ad2ff53
--- /dev/null
+++ b/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0001-IBS-html-head-title.patch
@@ -0,0 +1,25 @@
+From 0ab1a183e33a04e8ea1f6a5dc6702387bfc48eff Mon Sep 17 00:00:00 2001
+From: "Andrey V.Kosteltsev" <AKosteltsev@IBS.RU>
+Date: Tue, 5 Jul 2022 00:28:39 +0300
+Subject: [PATCH] IBS: html head title
+
+---
+ public/index.html | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/public/index.html b/public/index.html
+index c355ece4..980fa394 100644
+--- a/public/index.html
++++ b/public/index.html
+@@ -6,7 +6,7 @@
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
+ <link rel="icon" href="<%= BASE_URL %>favicon.ico">
+- <title>OpenBMC Web UI</title>
++ <title>BMC Web UI</title>
+ </head>
+ <body>
+ <noscript>
+--
+2.35.1
+