We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 447379a + 47645c3 commit 8bed0d1Copy full SHA for 8bed0d1
spring-boot-admin-server-ui/app/views/apps/environment.html
@@ -71,7 +71,7 @@
71
<col width="62%">
72
<thead><tr><th colspan="2">{{item.key}}</th></tr></thead>
73
<tbody>
74
- <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" >
75
<td style="word-break: break-all;" >{{ property.key }}</td>
76
<td style="word-break: break-all;" >{{ property.value }}</td>
77
</tr>
0 commit comments