Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Show connection type
Browse files Browse the repository at this point in the history
  • Loading branch information
pantsel committed Nov 5, 2017
1 parent b44ebbe commit 930b99d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/js/app/connections/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
<strong ng-if="!user.hasPermission('connections','update')">{{node.name || 'undefined'}}</strong>

</td>
<td>
{{node.type || 'N/A'}}
</td>
<td>
{{node.kong_admin_url}}
</td>
Expand Down
8 changes: 8 additions & 0 deletions assets/js/app/core/services/ListConfigService.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
inSearch: true,
inTitle: true
},
{
title: 'type',
column: 'type',
searchable: true,
sortable: true,
inSearch: true,
inTitle: true
},
{
title: 'kong admin url',
column: 'kong_admin_url',
Expand Down

0 comments on commit 930b99d

Please sign in to comment.