summaryrefslogtreecommitdiff
path: root/web/package.json
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2020-11-19 06:12:43 -0800
committerJames E. Blair <jeblair@redhat.com>2020-11-19 06:19:51 -0800
commit789f419595e5efa8805f6e698c7138164bb077c8 (patch)
tree2911bfce6d4b76f4782d7dd0666c9d2de3f32f60 /web/package.json
parent5688c782a0e393dee33920b2262414f8528dc094 (diff)
downloadzuul-789f419595e5efa8805f6e698c7138164bb077c8.tar.gz
Revert "Enable ANSI rendering via react-ansi"
This reverts commit 896dac877a521490f50264d39516e4fc0990fbcf. The following issues have been raised: 1) This performs very slowly on large log files. 2) We should confirm that the contrast is appropriate to make the text easy for those without perfect vision. 3) We should have consistency between the log and console views. 4) This eliminated horizontal scrolling. Our previous decision on that was that we should maintain horizontal scrolling until we add a toggle to switch between that and wrapping. Change-Id: Ie5a8f4b61e641751fcc9e1c1c5aa944c2c4a5436
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json
index bcb0b86ae..7395778bb 100644
--- a/web/package.json
+++ b/web/package.json
@@ -19,7 +19,6 @@
"patternfly-react": "^2.39.16",
"prop-types": "^15.6.2",
"react": "^16.13.1",
- "react-ansi": "^1.8.1",
"react-dom": "^16.13.1",
"react-height": "^3.0.0",
"react-json-view": "^1.19.1",