summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2023-03-28 11:30:32 +0300
committerAndrew Geissler <andrew@geissonator.com>2023-03-28 16:09:02 +0300
commite42f678b8aa207004db3513000a5d6625c5e4b08 (patch)
tree641f1db9f73df9ca06d34e58f6ac9d27ce839dd8
parent41548666cdab22894adcce414f6209f4d045aa9a (diff)
downloadopenbmc-e42f678b8aa207004db3513000a5d6625c5e4b08.tar.xz
webui-vue: srcrev bump e4d54c6c6c..095bb6ddae
Damian Celico (1): Added route restrictions based on user privilege Konstantin Aladyshev (2): RU: Added DHCP enable/disable feature RU: Correct 'successSaveNetworkSettings' translation kirankumarb07 (3): After the session expired redirect to login page Sessions page Client ID is not displayed Fix User Management Page issues title and Policy Change-Id: I592c2b193b10d6b60e80180795652338a61e17ea Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
-rw-r--r--meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
index 6cbfc940ea..fe455c55af 100644
--- a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
+++ b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
@@ -9,7 +9,7 @@
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
DEPENDS:prepend = "nodejs-native "
-SRCREV = "e4d54c6c6cb6c6574628d7d7bd72f9c6a5830d9b"
+SRCREV = "095bb6ddae8f651390097fb7bbded0089ac0fa05"
PV = "1.0+git${SRCPV}"
# This recipe requires online access to build, as it uses NPM for dependency
# management and resolution.