We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3316c9a + 762d3fb commit 75177b3Copy full SHA for 75177b3
src/main/twirl/gitbucket/monitoring/information/logs/logback.scala.html
@@ -16,10 +16,12 @@ <h6><span class="label label-primary">Enable</span></h6><hr>
16
</div>
17
<div class="row">
18
<label class="col-md-2">Log file's path</label>
19
+ <span class="col-md-10">
20
@logbackInfo.logFilePath match {
21
case Left(message) => { @gitbucket.monitoring.helper.html.coloring(message) }
- case Right(p) => { <div> @p </div> }
22
+ case Right(p) => { @p }
23
}
24
+ </span>
25
26
27
0 commit comments