From e6de5e85da8a5d476f9ea9c41737a4704adf36c6 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 30 Nov 2021 19:21:59 +0000 Subject: webui-vue: srcrev bump 2a2e1021f4..5e5b48b0a4 Konstantin Aladyshev (3): Russian translations for the LED page Russian translations for the Dimms table Fix error in russian translations for the overview page Change-Id: Ibf7c80c276bd4bdcb6db29c493a3b3ae7679a5bd Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 1a3feedbe..1288efad4 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "2a2e1021f48e2a939859ba7f4ae86c5de6df5655" +SRCREV = "5e5b48b0a452b5b121b9221019cf7616545b188b" S = "${WORKDIR}/git" DEPENDS:prepend = "nodejs-native nlf-native " -- cgit v1.2.3 From 3c2b93723b81f25c526a5eb877e57222d8dae1c2 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 1 Dec 2021 20:21:36 +0000 Subject: webui-vue: srcrev bump 5e5b48b0a4..cc79a53192 Gunnar Mills (1): Correct Dump file extension Konstantin Aladyshev (1): Fix DHCPv4 display Change-Id: I91ec7aed94763342ead389f11d2b696e17cb8ab3 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 1288efad4..da6467083 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "5e5b48b0a452b5b121b9221019cf7616545b188b" +SRCREV = "cc79a53192de73457cb4c8c3350d896d952bb106" S = "${WORKDIR}/git" DEPENDS:prepend = "nodejs-native nlf-native " -- cgit v1.2.3 From d5ba08bbcc7178aef4c7a4f9ff7caa0e7f345b27 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 3 Dec 2021 20:51:48 +0000 Subject: webui-vue: srcrev bump cc79a53192..12dc20c370 Dixsie Wolmers (3): Network settings redesign - interface settings Network Settings: Add and Delete IPV4 and DNS address Network settings: Edit hostname and MAC address Change-Id: Ic5c428f01638a6c4dbf0cbc2a48869451cb2516f Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index da6467083..90b553016 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "cc79a53192de73457cb4c8c3350d896d952bb106" +SRCREV = "12dc20c3701fe58b7d827ed44d65ac67cee8a4a6" S = "${WORKDIR}/git" DEPENDS:prepend = "nodejs-native nlf-native " -- cgit v1.2.3 From 56171e7db4a414df097e10e50d9b0487a806e340 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Mon, 20 Dec 2021 05:21:28 +0000 Subject: webui-vue: srcrev bump 12dc20c370..823c181267 Konstantin Aladyshev (5): Russian translations for the new Network settings design Russian translations for the IPv4/DNS network settings Russian translations for the hostname/MAC address settings Russian translations for the deleteDns/deleteIpv4 fixes Correct values for deleteDns/deleteIpv4 keys in translation Lei YU (1): [POC] login: Fix waiting in login page after login kennyneedsmilky (1): Fixed refresh system info on header Change-Id: I3d681e36c72992addb9c5101ce694fed64434ba5 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 90b553016..173ecb8b7 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "12dc20c3701fe58b7d827ed44d65ac67cee8a4a6" +SRCREV = "823c181267565536d229b6c4932543d62c5433d0" S = "${WORKDIR}/git" DEPENDS:prepend = "nodejs-native nlf-native " -- cgit v1.2.3 From a6b6c4abdf1b67e34701d2a9e36123f7f8b4d9a6 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 21 Dec 2021 17:21:18 +0000 Subject: webui-vue: srcrev bump 823c181267..799bcd3fb4 Kenneth Fullbright (1): Add assembly table component name to table Change-Id: I815dbaf3eee89279ea2ae3e2450481aa27af5296 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 173ecb8b7..70282c2c5 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "823c181267565536d229b6c4932543d62c5433d0" +SRCREV = "799bcd3fb476c7a0c38a4779aa91f59a7c931c6a" S = "${WORKDIR}/git" DEPENDS:prepend = "nodejs-native nlf-native " -- cgit v1.2.3 From c6fad74c88fd5b14320347cc8b4ca647e6fd5a3e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 23 Dec 2021 03:51:15 +0000 Subject: webui-vue: srcrev bump 799bcd3fb4..00cb42b615 Kenneth (1): Fixed empty string in NTP server array Kenneth Fullbright (1): Fixed routerKey prop eslint warning Change-Id: I7efcb431be084a0c6eecbf6dca782d6edfc93876 Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index 70282c2c5..e02fa773c 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "799bcd3fb476c7a0c38a4779aa91f59a7c931c6a" +SRCREV = "00cb42b615602bb6563ff02f91158eb2e3b603fc" S = "${WORKDIR}/git" DEPENDS:prepend = "nodejs-native nlf-native " -- cgit v1.2.3 From 4a9bc3fabd7c3c8291d4e678f1702cb7a1fb4a21 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Tue, 28 Dec 2021 08:51:19 +0000 Subject: webui-vue: srcrev bump 00cb42b615..f4328edf86 MichalX Szopinski (1): Remove hardcoded chassis in Manage power usage Change-Id: Ida08706de53a11d770ec54fbe1bdae5c5638aecb Signed-off-by: Andrew Geissler --- meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb') diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb index e02fa773c..8b4a72f5d 100644 --- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb +++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb @@ -6,7 +6,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" SRC_URI = "git://github.com/openbmc/webui-vue.git" -SRCREV = "00cb42b615602bb6563ff02f91158eb2e3b603fc" +SRCREV = "f4328edf86b284fe8836717251ce6696670dbdd5" S = "${WORKDIR}/git" DEPENDS:prepend = "nodejs-native nlf-native " -- cgit v1.2.3