summaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorFelix Edel <felix.edel@bmw.de>2020-08-11 14:47:50 +0200
committerFelix Edel <felix.edel@bmw.de>2020-09-23 13:07:07 +0200
commit28ecbf42be30cbfe61b22eefecf3a521e05a1f9d (patch)
tree186610e77770d64f6adaab2fb16da9136543fa55 /web/package.json
parentfe877d6052be01b02f31c5923ba62f3d6eb5dfed (diff)
downloadzuul-28ecbf42be30cbfe61b22eefecf3a521e05a1f9d.tar.gz
PF4: Update builds and buildsets tables + use newest patternfly release
This updates the tables shown on the builds and buildsets pages with new PF4 components. While the data is loading, a fetching animation is shown and in case no results could be found the page shows an empty state. Each table row is clickable and points to the build/buildset result page. The table uses the same hover effect as the build list on the buildset result page. This change also updates the used @patternfly/react-core version to match the current version of @patternfly/react-table [1]. Otherwise, some of the styles in the different @patternfly/react-core versions conflict with each other leading to wrong font-weights and wrong text colors in labels. [1] patternfly.org/v4/documentation/react/overview/release-notes#202010-release-notes-2020-08-17 Change-Id: I0f5e0815c53d18e8ae3570dc94594c77fecb90ce
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json
index f1cf7f2dc..693f892f6 100644
--- a/web/package.json
+++ b/web/package.json
@@ -7,7 +7,8 @@
"license": "Apache-2.0",
"private": true,
"dependencies": {
- "@patternfly/react-core": "^4.18.5",
+ "@patternfly/react-core": "^4.40.4",
+ "@patternfly/react-table": "^4.15.5",
"axios": "^0.19.0",
"immutability-helper": "^2.8.1",
"js-yaml": "^3.13.0",