Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-boot-admin
Commits
9250b263
Commit
9250b263
authored
Jan 09, 2016
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Open raw JSON links in new browser target
closes #137
parent
7526b741
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
activiti.html
spring-boot-admin-server-ui/app/views/apps/activiti.html
+1
-1
details.html
spring-boot-admin-server-ui/app/views/apps/details.html
+3
-3
classpath.html
...oot-admin-server-ui/app/views/apps/details/classpath.html
+1
-1
environment.html
spring-boot-admin-server-ui/app/views/apps/environment.html
+1
-1
No files found.
spring-boot-admin-server-ui/app/views/apps/activiti.html
View file @
9250b263
...
...
@@ -4,7 +4,7 @@
<col
style=
"width:auto"
>
<thead>
<tr>
<th
colspan=
"2"
>
Overview
<small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/activiti"
>
raw JSON
</a></small></th>
<th
colspan=
"2"
>
Overview
<small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/activiti"
target=
"_blank"
>
raw JSON
</a></small></th>
</tr>
</thead>
<tbody>
...
...
spring-boot-admin-server-ui/app/views/apps/details.html
View file @
9250b263
...
...
@@ -6,7 +6,7 @@
<div
class=
"row"
>
<div
class=
"span6"
>
<table
class=
"table"
>
<thead><tr><th
colspan=
"2"
>
Application
<small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/info"
>
raw JSON
</a></small></th></tr></thead>
<thead><tr><th
colspan=
"2"
>
Application
<small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/info"
target=
"_blank"
>
raw JSON
</a></small></th></tr></thead>
<tbody>
<tr
ng-repeat=
"(key, value) in info"
>
<td>
{{ key }}
</td><td
style=
"white-space: pre"
>
{{ value | yaml }}
</td>
...
...
@@ -17,7 +17,7 @@
<div
class=
"span6"
>
<table
class=
"table"
>
<thead>
<tr><th
colspan=
"2"
>
Health Checks
<small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/health"
>
raw JSON
</a></small></th></tr>
<tr><th
colspan=
"2"
>
Health Checks
<small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/health"
target=
"_blank"
>
raw JSON
</a></small></th></tr>
</thead>
<tbody>
<tr><td
ng-init=
"name= 'Application'"
ng-include=
"'health.html'"
></td></tr>
...
...
@@ -62,7 +62,7 @@
</div>
<div
class=
"span6"
>
<table
class=
"table"
>
<thead><tr><th
colspan=
"2"
>
JVM
<small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/metrics"
>
raw JSON
</a></small></th></tr></thead>
<thead><tr><th
colspan=
"2"
>
JVM
<small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/metrics"
target=
"_blank"
>
raw JSON
</a></small></th></tr></thead>
<tbody>
<tr
ng-if=
"metrics['systemload.average'] != null && metrics['systemload.average'] >= 0.0"
>
<td>
Systemload
</td>
...
...
spring-boot-admin-server-ui/app/views/apps/details/classpath.html
View file @
9250b263
...
...
@@ -3,7 +3,7 @@
<col
style=
"width:auto"
>
<thead>
<tr>
<th>
Classpath
<small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/env"
>
raw JSON
</a></small></th>
<th>
Classpath
<small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/env"
target=
"_blank"
>
raw JSON
</a></small></th>
</tr>
</thead>
<tbody>
...
...
spring-boot-admin-server-ui/app/views/apps/environment.html
View file @
9250b263
...
...
@@ -4,7 +4,7 @@
</div>
<div
class=
"row"
>
<table
class=
"table table-hover boxed"
>
<thead><tr><th>
Profiles
<small
class=
"pull-right"
><small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/env"
>
raw JSON
</a></small></th></tr></thead>
<thead><tr><th>
Profiles
<small
class=
"pull-right"
><small
class=
"pull-right"
><a
href=
"api/applications/{{ application.id }}/env"
target=
"_blank"
>
raw JSON
</a></small></th></tr></thead>
<tbody>
<tr
ng-repeat=
"profile in env.profiles"
>
<td
style=
"word-break: break-all;"
>
{{ profile }}
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment