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

Commit ca4707c

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents acf6a56 + 58010b9 commit ca4707c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
[Site and working demo here](https://pantsel.github.io/konga/)
1111

12+
> Konga [0.7.0](https://github.com/pantsel/konga/tree/konga-070) is underway and introduces new cool features like consumers exporting, Node and API health checks as well as Email notifications. Whoever wants to test it and drop some feedback is most welcome to do so. Don't forget to run Konga in dev mode once so that the db changes will be applied.
13+
1214
## Summary
1315

1416
- [**Discussions & Support**](#discussions--support)

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)