1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Show User Agent in System->Tasks for externally triggered commands

This commit is contained in:
Taloth Saldono
2021-05-16 12:41:53 +02:00
parent 91fe47ef31
commit fe8f319f7b
7 changed files with 56 additions and 1 deletions
@@ -10,6 +10,15 @@
width: 100%;
}
.commandName {
display: inline-block;
min-width: 220px;
}
.userAgent {
color: #b0b0b0;
}
.queued,
.started,
.ended {