summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0001-IBS-html-head-title.patch
blob: 2a7ad2ff5391eb72f3f3cb89565b49a3e606d90c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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