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>
diff --git a/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb b/meta-phosphor/recipes-phosphor/webui/webui-vue_git.bb
index 6d74e84..31a4896 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 @@
 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 "