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
57f2d4bc
Commit
57f2d4bc
authored
Sep 06, 2016
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use relative url for logfile
fixes #263
parent
0e9581fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
module.js
...ot-admin-server-ui/modules/applications-logfile/module.js
+1
-1
No files found.
spring-boot-admin-server-ui/modules/applications-logfile/module.js
View file @
57f2d4bc
...
...
@@ -25,7 +25,7 @@ module.run(function ($sce, $http, ApplicationViews) {
ApplicationViews
.
register
({
order
:
1
,
title
:
$sce
.
trustAsHtml
(
'<i class="fa fa-file-text-o fa-fw"></i>Log'
),
href
:
'
/
api/applications/{id}/logfile'
,
href
:
'api/applications/{id}/logfile'
,
target
:
'_blank'
,
show
:
function
(
application
)
{
if
(
!
application
.
managementUrl
||
!
application
.
statusInfo
.
status
||
application
.
statusInfo
.
status
===
'OFFLINE'
)
{
...
...
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