webui-vue: srcrev bump 28cb682967..7d5c3a7a0f

Derick Montague (10):
      Add compression and remove incompatible plugins
      Add singlequote override and fix files
      Fix linting in script blocks in vue files
      Redirect user to login on 401 response
      Add interceptor for 403 response
      Add login form validation
      Add coding guidelines and component documentation
      Change eslint rules to use vue recommended
      Change eslint rules to use vue recommended
      Add polyfills using browserslist defaults

Dixsie Wolmers (2):
      Add store modules needed to support overview view
      Update overview quicklinks with community approved design

Gunnar Mills (4):
      Revert "Update local user layout and styles"
      Revert "Change eslint rules to use vue recommended"
      Revert "Update overview quicklinks with community approved design"
      Revert "Add coding guidelines and component documentation"

Yoshie Muranaka (9):
      Update local user component
      Add cookie based login authentication
      Add page level layout components
      Add host status plugin
      Style primary navigation
      Update button variant styles
      Update local user layout and styles
      Update local user layout and styles
      Update config to keep 'secure' attribute

Change-Id: I0fd7802971ba6864b8145a813173561285e6c8e2
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/webui/webui-vue_git.bb b/recipes-phosphor/webui/webui-vue_git.bb
index 2ec49ed..f4b9c6a 100644
--- a/recipes-phosphor/webui/webui-vue_git.bb
+++ b/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 = "28cb682967ef35b90f295834d2ffb105e1d30e21"
+SRCREV = "7d5c3a7a0f59642c5e9c99989376410155fe425b"
 S = "${WORKDIR}/git"
 
 DEPENDS_prepend = "nodejs-native "