diff --git a/ui/src/ErrorBoundary.js b/ui/src/ErrorBoundary.js index 242f73fc8..0b4e0d003 100644 --- a/ui/src/ErrorBoundary.js +++ b/ui/src/ErrorBoundary.js @@ -4,28 +4,41 @@ import PropTypes from "prop-types"; import * as Sentry from "@sentry/browser"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; -import { faExclamationCircle } from "@fortawesome/free-solid-svg-icons/faExclamationCircle"; +import { faBomb } from "@fortawesome/free-solid-svg-icons/faBomb"; -const InternalError = ({ message, secondsLeft }) => ( +const InternalError = ({ message, secondsLeft, progressLeft }) => (
{message}
-+
+ {message} +
+This page will auto refresh in {secondsLeft}s + + +
+
Error: Error thrown from problem child
-+
This page will auto refresh in 60s + + +