summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-12-03 00:12:16 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-12-03 15:16:05 +0300
commitf2f851bb1a96bab821f4b0858a6a59adf3e9734a (patch)
tree639e5973fba245e4b679857704c2d64efe72a2bf
parent55eef51c2ce5e57a78a82b7317b78390f7f92c22 (diff)
downloadopenbmc-f2f851bb1a96bab821f4b0858a6a59adf3e9734a.tar.xz
webui-vue: srcrev bump 09e2585573..f125a3d803
Derick Montague (4): Fix pixelated toggle element Add unit testing for page section component Update application navigation component snapshot Refactor server LED indicator variable naming Dixsie Wolmers (3): Add label to table checkboxes Add back to top button to hardware status page Add page components documentation MichalX Szopinski (1): Hide LDAP tab on Intel environment Sukanya Pandey (4): Add status icon documentation Add unit testing for page title component Add info tooltip documentation Remove page not found error in LDAP SurenNeware (3): Update data option for components using Mixin data Update indicator LED switch using another property Add alignment on Event Logs page Yoshie Muranaka (3): Fix two file switch firmware bug Add documentation for table row actions Fix server LED switch value on error (From meta-phosphor rev: 6d8d738c60ebce06057abd56a9951d1cc93f7391) Change-Id: I1d176b53d74ec5f62a6287b9a7a0dc97127a2bb0 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Andrew Geissler <geissonator@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 71be78b35..7be55126c 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 = "09e258557365eec9b617ab544be0da07784ceb42"
+SRCREV = "f125a3d80353936a1d65b3f9fc8c05eec4da230a"
S = "${WORKDIR}/git"
DEPENDS_prepend = "nodejs-native "