ability to use log_message and read the logfile during installation

This commit is contained in:
HB9HIL
2024-07-22 13:10:38 +02:00
parent 905306e3be
commit 303676e54d
7 changed files with 137 additions and 1 deletions

View File

@@ -219,4 +219,17 @@ div.alert-danger {
.required-prefix:before {
content: "* ";
color: red;
}
#logContainer {
display: none;
padding: 10px;
font-family: "Courier New", Courier, monospace;
font-size: 14px;
color: #a4a4a4;
white-space: pre-wrap;
text-align: left;
font-style: italic;
background-color: #1a1a1a;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}