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
8bed0d18
Commit
8bed0d18
authored
Sep 28, 2015
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #109 from mersal-svds/20150925-mersal-spring-boot-admin
order by key for environment key/value pairs
parents
447379a5
47645c31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+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/environment.html
View file @
8bed0d18
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
<col
width=
"62%"
>
<col
width=
"62%"
>
<thead><tr><th
colspan=
"2"
>
{{item.key}}
</th></tr></thead>
<thead><tr><th
colspan=
"2"
>
{{item.key}}
</th></tr></thead>
<tbody>
<tbody>
<tr
ng-repeat=
"property in item.value | filter:searchFilter track by property.key"
>
<tr
ng-repeat=
"property in item.value |
orderBy:'key' |
filter:searchFilter track by property.key"
>
<td
style=
"word-break: break-all;"
>
{{ property.key }}
</td>
<td
style=
"word-break: break-all;"
>
{{ property.key }}
</td>
<td
style=
"word-break: break-all;"
>
{{ property.value }}
</td>
<td
style=
"word-break: break-all;"
>
{{ property.value }}
</td>
</tr>
</tr>
...
...
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