Skip to content

Commit 9fe69c5

Browse files
fixing sort properties on route annotations table columns (#211)
1 parent 81c72c9 commit 9fe69c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webui/src/js/viewModels/route-edit-dialog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ function(accUtils, ko, i18n, project, viewHelper, ArrayDataProvider, BufferingDa
8181
this.annotationColumns = [
8282
{
8383
'headerText': this.labelMapper('route-annotation-label'),
84-
'sortProperty': 'Name'
84+
'sortProperty': 'key'
8585
},
8686
{
8787
'headerText': this.labelMapper('route-annotationValue-label'),
88-
'sortProperty': 'VirtualHost'
88+
'sortProperty': 'value'
8989
},
9090
{
9191
'className': 'wkt-table-delete-cell',

0 commit comments

Comments
 (0)