summaryrefslogtreecommitdiff
path: root/meta-ibs/meta-cp2-5422/recipes-phosphor/webui/webui-vue/0002-Login-languages-list.patch
blob: c10d20d31e2ca441774ede009e3994f815993c88 (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
26
27
From 38bafe7371b2bd0fa14cbc5be7d7ca658ecaf2af Mon Sep 17 00:00:00 2001
From: "Andrey V.Kosteltsev" <AKosteltsev@IBS.RU>
Date: Fri, 10 Jun 2022 07:53:17 +0300
Subject: [PATCH 2/2] Login languages list

---
 src/views/Login/Login.vue | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue
index 8d96573..bd79d09 100644
--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -86,10 +86,6 @@ export default {
           value: 'en-US',
           text: 'English',
         },
-        {
-          value: 'es',
-          text: 'Español',
-        },
         {
           value: 'ru-RU',
           text: 'Русский',
-- 
2.35.1