mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Support new lines in login_message again (#12469)
Introducing own css class for customization Fix problem introduced with #12460
This commit is contained in:
@@ -2383,3 +2383,7 @@ label {
|
||||
#manage-device-groups-table > thead > tr > th:last-child {
|
||||
min-width: 7%;
|
||||
}
|
||||
|
||||
.logon-message {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
@config('login_message')
|
||||
<x-slot name="footer">
|
||||
<div style="font-family: Helvetica Neue, Helvetica, Arial, sans-serif;border: 0;padding: 0;font-weight: bold;">{{ \LibreNMS\Config::get('login_message') }}</div>
|
||||
<div class="logon-message">{{ \LibreNMS\Config::get('login_message') }}</div>
|
||||
</x-slot>
|
||||
@endconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user