File tree 7 files changed +20
-18
lines changed
src/main/twirl/gitbucket/monitoring
7 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 3
3
@gitbucket.core.html.main("Monitoring") {
4
4
@gitbucket.core.admin.html.menu("monitoring") {
5
5
@gitbucket.monitoring.html.navigation(context)
6
- @gitbucket.monitoring.information.java.html.tab(context)
7
6
< div class ="row ">
8
7
@gitbucket.monitoring.bootstrapPanel.html.colsm2("Free", mem.free + "MB")
9
8
@gitbucket.monitoring.bootstrapPanel.html.colsm2("Used", mem.used + "MB")
Original file line number Diff line number Diff line change 3
3
@gitbucket.core.html.main("Monitoring") {
4
4
@gitbucket.core.admin.html.menu("monitoring") {
5
5
@gitbucket.monitoring.html.navigation(context)
6
- @gitbucket.monitoring.information.java.html.tab(context)
7
6
< table class ="table table-bordered ">
8
7
< tr >
9
8
< th > Property</ th >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
@gitbucket.core.html.main("Monitoring") {
5
5
@gitbucket.core.admin.html.menu("monitoring") {
6
6
@gitbucket.monitoring.html.navigation(context)
7
- @gitbucket.monitoring.information.logs.html.tab(context)
8
7
@gitbucket.monitoring.html.loading(context)
9
8
@log match {
10
9
case Left(message) => { < div class ="error "> @message </ div > }
Original file line number Diff line number Diff line change 4
4
@gitbucket.core.html.main("Monitoring") {
5
5
@gitbucket.core.admin.html.menu("monitoring") {
6
6
@gitbucket.monitoring.html.navigation(context)
7
- @gitbucket.monitoring.information.logs.html.tab(context)
8
7
@gitbucket.monitoring.html.loading(context)
9
8
@if(logbackSettings.enableLogging) {
10
9
< div class ="panel panel-default ">
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 12
12
< li @if(context.request.getRequestURI.endsWith( "process")) {class="active "} >
13
13
< a href ="@context.path/admin/monitoring/process "> Process</ a >
14
14
</ li >
15
- < li @if(context.request.getRequestURI.endsWith( "java/systemproperties") || context.request.getRequestURI.endsWith("java/memory")) {class="active "} >
16
- < a href ="@context.path/admin/monitoring/java "> Java</ a >
15
+ < li role ="presentation " class ="dropdown " @if(context.request.getRequestURI.endsWith( "java/systemproperties") || context.request.getRequestURI.endsWith("java/memory")) {class="active "} >
16
+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# " role ="button " aria-haspopup ="true " aria-expanded ="false ">
17
+ Java< span class ="caret "> </ span >
18
+ </ a >
19
+ < ul class ="dropdown-menu ">
20
+ < li >
21
+ < a href ="@context.path/admin/monitoring/java/systemproperties "> System Properties</ a >
22
+ </ li >
23
+ < li >
24
+ < a href ="@context.path/admin/monitoring/java/memory "> Memory</ a >
25
+ </ li >
26
+ </ ul >
17
27
</ li >
18
- < li @if(context.request.getRequestURI.endsWith( "logs/logback")|| context.request.getRequestURI.endsWith("logs/gitbucketlog")) {class="active "} >
19
- < a href ="@context.path/admin/monitoring/logs "> Logs</ a >
28
+ < li role ="presentation " class ="dropdown " @if(context.request.getRequestURI.endsWith( "logs/logback")|| context.request.getRequestURI.endsWith("logs/gitbucketlog")) {class="active "} >
29
+ < a class ="dropdown-toggle " data-toggle ="dropdown " href ="# " role ="button " aria-haspopup ="true " aria-expanded ="false ">
30
+ Logs< span class ="caret "> </ span >
31
+ </ a >
32
+ < ul class ="dropdown-menu ">
33
+ < li > < a href ="@context.path/admin/monitoring/logs/logback "> LogBack</ a > </ li >
34
+ < li > < a href ="@context.path/admin/monitoring/logs/gitbucketlog "> GitBucket Log</ a > </ li >
35
+ </ ul >
20
36
</ li >
21
37
</ ul >
You can’t perform that action at this time.
0 commit comments