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

Commit 58010b9

Browse files
authored
Merge pull request #50 from d3rwan/master
Fixing API link in plugins view
2 parents cc33466 + 8a76f5b commit 58010b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/app/plugins/plugins.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</td>
4545
<th>{{item.name}}</th>
4646
<td>
47-
<a data-ng-if="item.api_id" data-ui-sref="apis.edit({id:item.api_id})">{{item.api_id}}</a>
47+
<a data-ng-if="item.api_id" data-ui-sref="apis.edit({api_id:item.api_id})">{{item.api_id}}</a>
4848
<span data-ng-if="!item.api_id" >All APIs</span>
4949
</td>
5050
<td>

0 commit comments

Comments
 (0)