Update errorBannerPerPage.html

This commit is contained in:
zypriafl 2025-01-24 22:29:17 +01:00 committed by GitHub
parent 655d90fd8f
commit 8dcc897a7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,20 @@
<div id="errorContainer" class="alert alert-danger alert-dismissible fade show" role="alert" style="display: none;">
<h4 class="alert-heading" th:text="#{error}"></h4>
<p></p>
<!-- <button type="button" class="btn btn-danger" onclick="toggletrace()" th:text="#{error.showStack}"></button> -->
<!-- <button type="button" class="btn btn-secondary" onclick="copytrace()" th:text="#{error.copyStack}"></button> -->
<button type="button" class="btn btn-danger" onclick="toggletrace()" th:text="#{error.showStack}"></button>
<button type="button" class="btn btn-secondary" onclick="copytrace()" th:text="#{error.copyStack}"></button>
<button type="button" class="btn btn-info" onclick="showHelp()" th:text="#{help}"></button>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close" onclick="dismissError()">
<span class="material-symbols-rounded">
close
</span>
</button>
<!-- Stack trace section -->
<div id="trace" style="max-height: 0; overflow: hidden;">
<div>
<pre id="traceContent"></pre>
</div>
</div>
</div>
<div class="modal fade" id="helpModal" tabindex="-1" role="dialog" aria-labelledby="helpModalLabel" aria-hidden="true">