summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/webui
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2020-02-05 17:51:28 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-02-06 20:17:57 +0300
commita18d921fb7f56235b297340b5f1584b28d7f64ad (patch)
tree66c83e2c2ed48134a8e2dca41a39a9b8a6c7a4bb /meta-phosphor/recipes-phosphor/webui
parentdbad0dd2754f51bf5b288aa5ede56bd17f9968ce (diff)
downloadopenbmc-a18d921fb7f56235b297340b5f1584b28d7f64ad.tar.xz
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 (From meta-phosphor rev: fd8cf6f323490dc6fea9efc74772d6d0fc3b99b3) Change-Id: I734edcee7d5f8a4aae49db2c84fcd90421e95b64 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/webui')
-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 2ec49edbd..f4b9c6a67 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 = "28cb682967ef35b90f295834d2ffb105e1d30e21"
+SRCREV = "7d5c3a7a0f59642c5e9c99989376410155fe425b"
S = "${WORKDIR}/git"
DEPENDS_prepend = "nodejs-native "