parent
19e8be9801
commit
4c98df7909
|
@ -12,6 +12,7 @@ This version hasn't been released yet
|
|||
### UI
|
||||
* FEATURE: allow to clone commands with fields (#2264)
|
||||
* FEATURE: Data Fields are now sorted in a case-insensitive way (#2358)
|
||||
* FEATURE: Deployment Log now breaks lines (#2677)
|
||||
* FIX: do not fail for (some) Service Dependencies (#2669, #1142)
|
||||
|
||||
### Icinga Configuration
|
||||
|
|
|
@ -243,7 +243,7 @@ pre.logfile {
|
|||
background: @gray-lighter;
|
||||
color: @gray;
|
||||
overflow: auto;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
|
||||
a {
|
||||
color: @link-color;
|
||||
|
|
Loading…
Reference in New Issue