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
b3e07520
Commit
b3e07520
authored
Dec 04, 2016
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
0322f025
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
applications-list.html
...rver-ui/modules/applications/views/applications-list.html
+1
-1
No files found.
spring-boot-admin-server-ui/modules/applications/views/applications-list.html
View file @
b3e07520
...
...
@@ -35,7 +35,7 @@
</td>
</tr>
<tr
ng-hide=
"group.collapsed"
ng-repeat=
"application in filteredApps = (group.applications|orderBy:order.column:order.descending|orderBy:'statusInfo.status':false|filter:searchFilter) track by application.id"
ng-
init=
"views = viewsForApplication(application)"
ng-
repeat-end
>
ng-repeat-end
>
<td
class=
"group-column"
ng-if=
"$first"
rowspan=
"{{filteredApps.length}}"
ng-click=
"group.collapsed = filteredApps.length > 1"
><i
ng-show=
"filteredApps.length > 1"
class=
"fa fa-minus"
></i></td>
<td>
{{ application.name }} ({{ application.id }})
<br/>
<span
class=
"muted"
>
{{ application.serviceUrl || application.managementUrl || application.healthUrl }}
</span></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