Skip to content

Commit 75177b3

Browse files
authored
Merge pull request #6 from YoshinoriN/issue/3
(ref #3): Adjust LogBack paths view
2 parents 3316c9a + 762d3fb commit 75177b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/twirl/gitbucket/monitoring/information/logs/logback.scala.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ <h6><span class="label label-primary">Enable</span></h6><hr>
1616
</div>
1717
<div class="row">
1818
<label class="col-md-2">Log file's path</label>
19+
<span class="col-md-10">
1920
@logbackInfo.logFilePath match {
2021
case Left(message) => { @gitbucket.monitoring.helper.html.coloring(message) }
21-
case Right(p) => { <div> @p </div> }
22+
case Right(p) => { @p }
2223
}
24+
</span>
2325
</div>
2426
</div>
2527
</div>

0 commit comments

Comments
 (0)