mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
ability to use log_message and read the logfile during installation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user