mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
parent
19e8be9801
commit
4c98df7909
@ -12,6 +12,7 @@ This version hasn't been released yet
|
|||||||
### UI
|
### UI
|
||||||
* FEATURE: allow to clone commands with fields (#2264)
|
* FEATURE: allow to clone commands with fields (#2264)
|
||||||
* FEATURE: Data Fields are now sorted in a case-insensitive way (#2358)
|
* 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)
|
* FIX: do not fail for (some) Service Dependencies (#2669, #1142)
|
||||||
|
|
||||||
### Icinga Configuration
|
### Icinga Configuration
|
||||||
|
@ -243,7 +243,7 @@ pre.logfile {
|
|||||||
background: @gray-lighter;
|
background: @gray-lighter;
|
||||||
color: @gray;
|
color: @gray;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: @link-color;
|
color: @link-color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user