Show all error components

This commit is contained in:
buzz-lightsnack-2007 2024-05-07 10:07:41 +08:00
parent 1370cd6624
commit 77ad3e5cb0

View file

@ -1,14 +1,15 @@
<html> <html>
<head> <head>
<script src="../../styles/external/materialize/js/materialize.js"></script> <script src="../../styles/external/materialize/js/materialize.js"></script>
<script src="../../scripts/pages/popup.js" type="module"></script> <script src="../../scripts/pages/error.js" type="module"></script>
<link href="../styles/popup.css" rel="stylesheet" type="text/css" /> <link href="../styles/popup.css" rel="stylesheet" type="text/css" />
</head> </head>
<body id="error"> <body id="error">
<h1 data-icon="alert-circle"></h1> <h1 data-icon="alert-circle"></h1>
<label class="flow-text" data-active-result="error_text"></label> <label class="flow-text" data-error="name"></label>
<label for="error_msg_steps"></label> <label for="error_msg_steps"></label>
<label data-active-result="error_body"></label> <label data-error="message"></label>
<button class="btn" data-action="analysis,reload" for="refresh" role="primary"></button> <label><code data-error="stack"></code></label>
<button class="btn" data-action="refresh" for="refresh" role="primary"></button>
</body> </body>
</html> </html>