summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-05-06 03:31:28 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-05-06 05:33:34 +0300
commit5b78a72dcc8d3ef6bb7d30dd3fd468a2ddd85d9d (patch)
treeba7ef59697b15a83165cbf978dfdf32fae7c2dfc
parent1a970070926109e48eeb3a89f65d8a743952d0d5 (diff)
downloadopenbmc-5b78a72dcc8d3ef6bb7d30dd3fd468a2ddd85d9d.tar.xz
webui-vue: srcrev bump f2b3e6c1ef..c77fdaf98d
Derick Montague (3): Add vuepress dist directory to .gitignore Update Sass architecture to require helper imports Use Jest as the test framework Yoshie Muranaka (8): Create LoadingBar component Add export functionality to Sensors page Import sass helpers to LoaderBar component Add loading bar to Overview page Add loading bar to Sensors page Add loading bar to LDAP page Add loading bar to SSL certificates page Fix generate CSR submit (From meta-phosphor rev: 54d9a75fcb24ca0319e4e9625cb6d3ad90a508a5) Change-Id: I156f071e655b9cbc2d463954225194c553992796 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 6d74e84a4..31a489632 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 = "f2b3e6c1ef4909f523477c1f839be05eea3e4604"
+SRCREV = "c77fdaf98dd259dbc6b279f76d204916c95feee8"
S = "${WORKDIR}/git"
DEPENDS_prepend = "nodejs-native "