Merge branch 'STORM-3219' of https://github.com/revans2/incubator-storm into STORM-3219
STORM-3219: Update javascript to report errors consistently This is closed #2826 Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/5b0afe2f Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/5b0afe2f Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/5b0afe2f Branch: refs/heads/master Commit: 5b0afe2fc8c12a5815da4c2dc2b85b91a96f15d9 Parents: 834eb10 0d7b975 Author: Robert Evans <[email protected]> Authored: Thu Sep 13 14:06:56 2018 -0500 Committer: Robert Evans <[email protected]> Committed: Thu Sep 13 14:06:56 2018 -0500 ---------------------------------------------------------------------- .../storm/daemon/ui/WEB-INF/component.html | 189 ++++++++++-------- .../daemon/ui/WEB-INF/deep_search_result.html | 194 +++++++++++-------- .../apache/storm/daemon/ui/WEB-INF/index.html | 133 ++++++++----- .../apache/storm/daemon/ui/WEB-INF/js/script.js | 10 +- .../daemon/ui/WEB-INF/logviewer_search.html | 36 +++- .../storm/daemon/ui/WEB-INF/search_result.html | 98 ++++++---- .../storm/daemon/ui/WEB-INF/supervisor.html | 22 ++- .../storm/daemon/ui/WEB-INF/topology.html | 27 ++- 8 files changed, 428 insertions(+), 281 deletions(-) ----------------------------------------------------------------------
