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
e55dc738
Commit
e55dc738
authored
May 19, 2015
by
Johannes Stelzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change all links to the reverese-proxy url
parent
0c1caf7c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
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
overview.html
spring-boot-admin-server-ui/app/views/overview.html
+1
-1
No files found.
spring-boot-admin-server-ui/app/views/apps/activiti.html
View file @
e55dc738
...
...
@@ -4,7 +4,7 @@
<col
style=
"width:auto"
>
<thead>
<tr>
<th
colspan=
"2"
>
Overview
<small
class=
"pull-right"
><a
href=
"
{{ application.managementUrl
}}/activiti"
>
raw JSON
</a></small></th>
<th
colspan=
"2"
>
Overview
<small
class=
"pull-right"
><a
href=
"
api/applications/{{ application.id
}}/activiti"
>
raw JSON
</a></small></th>
</tr>
</thead>
<tbody>
...
...
spring-boot-admin-server-ui/app/views/apps/details.html
View file @
e55dc738
...
...
@@ -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=
"
{{ application.managementUrl
}}/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"
>
raw JSON
</a></small></th></tr></thead>
<tbody>
<tr
ng-repeat=
"(key, value) in info"
>
<td>
{{ key }}
</td><td>
{{ value }}
</td>
...
...
@@ -17,7 +17,7 @@
<div
class=
"span6"
>
<table
class=
"table"
>
<thead>
<tr><th
colspan=
"2"
>
Health Checks
<small
class=
"pull-right"
><a
href=
"
{{ application.healthUrl }}
"
>
raw JSON
</a></small></th></tr>
<tr><th
colspan=
"2"
>
Health Checks
<small
class=
"pull-right"
><a
href=
"
api/applications/{{ application.id }}/health
"
>
raw JSON
</a></small></th></tr>
</thead>
<tbody>
<tr><td
ng-init=
"name= 'Application'"
ng-include=
"'health.html'"
></td></tr>
...
...
@@ -63,7 +63,7 @@
<div
class=
"span6"
>
<table
class=
"table"
>
<thead><tr><th
colspan=
"2"
>
JVM
<small
class=
"pull-right"
><a
href=
"
{{ application.managementUrl
}}/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"
>
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 @
e55dc738
...
...
@@ -3,7 +3,7 @@
<col
style=
"width:auto"
>
<thead>
<tr>
<th>
Classpath
<small
class=
"pull-right"
><a
href=
"
{{ application.managementUrl
}}/env"
>
raw JSON
</a></small></th>
<th>
Classpath
<small
class=
"pull-right"
><a
href=
"
api/applications/{{ application.id
}}/env"
>
raw JSON
</a></small></th>
</tr>
</thead>
<tbody>
...
...
spring-boot-admin-server-ui/app/views/apps/environment.html
View file @
e55dc738
...
...
@@ -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=
"
{{ application.managementUrl
}}/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"
>
raw JSON
</a></small></th></tr></thead>
<tbody>
<tr
ng-repeat=
"profile in env.profiles"
>
<td
style=
"word-break: break-all;"
>
{{ profile }}
</td>
...
...
spring-boot-admin-server-ui/app/views/overview.html
View file @
e55dc738
...
...
@@ -23,7 +23,7 @@
<span
ng-show=
"application.refreshing"
class=
"refresh"
></span></td>
<td
style=
"text-align: right;"
>
<div
class=
"btn-group"
ng-hide=
"application.managementUrl == null || application.status == null || application.status == 'OFFLINE'"
>
<a
ng-disabled=
"!application.capabilities.logfile"
target=
"_self"
class=
"btn btn-success"
ng-href=
"{{application.capabilities.logfile ?
application.managementUrl
+ '/logfile' :''}}"
><i
class=
"icon-file icon-white"
></i>
Log
</a>
<a
ng-disabled=
"!application.capabilities.logfile"
target=
"_self"
class=
"btn btn-success"
ng-href=
"{{application.capabilities.logfile ?
'api/applications/' + application.id
+ '/logfile' :''}}"
><i
class=
"icon-file icon-white"
></i>
Log
</a>
<a
ui-sref=
"apps.details.metrics({id: application.id})"
class=
"btn btn-success"
>
Details
</a>
<a
class=
"btn btn-success dropdown-toggle"
data-toggle=
"dropdown"
>
<span
class=
"caret"
></span>
...
...
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