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

Commit 5055a3d

Browse files
committed
updated README.md
1 parent 8cfa209 commit 5055a3d

23 files changed

+6
-30
lines changed

README.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## Just another GUI to [KONG Admin API](http://getkong.org)
1+
## Just another GUI to [KONG Admin API](http://getkong.org) [![Build Status](https://travis-ci.org/pantsel/konga.svg?branch=master)](https://travis-ci.org/pantsel/konga)
22

33
[![konga-logo.png](screenshots/konga-logo.png)](screenshots/konga-logo.png?raw=true)
44

5-
[![Build Status](https://travis-ci.org/pantsel/konga.svg?branch=master)](https://travis-ci.org/pantsel/konga)
5+
6+
7+
[![Dashboard](screenshots/bc.png)](screenshots/bc.png?raw=true)
68

79
## Summary
810

@@ -15,21 +17,6 @@
1517
- [**Configuration**](#configuration)
1618
- [**Running Konga**](#running-konga)
1719
- [**License**](#license)
18-
19-
20-
21-
## Screenshots
22-
23-
##### Admin Home
24-
<kbd>[![Admin Home](screenshots/thumbs/admin.jpg)](screenshots/admin.png?raw=true)</kbd>
25-
26-
##### APIs Management
27-
<kbd>[![APIs](screenshots/thumbs/apis.jpg)](screenshots/apis.png?raw=true)</kbd> <kbd>[![APIs plugins](screenshots/thumbs/apis-plugins.jpg)](screenshots/apis-plugins.png?raw=true)</kbd>
28-
<kbd>[![APIs plugins management](screenshots/thumbs/manage-api-plugins.jpg)](screenshots/manage-api-pugins.png?raw=true)</kbd>
29-
30-
##### Consumers Management
31-
<kbd>[![Consumers](screenshots/thumbs/consumers.jpg)](screenshots/consumers.png?raw=true)</kbd> <kbd>[![APIs plugins management](screenshots/thumbs/consumers-cfg-info.jpg)](screenshots/consumers-cfg-info.png?raw=true)</kbd>
32-
<kbd>[![Consumers](screenshots/thumbs/consumers-cfg-groups.jpg)](screenshots/consumers-cfg-groups.png?raw=true)</kbd> <kbd>[![APIs plugins management](screenshots/thumbs/consumers-cfg-creds.jpg)](screenshots/consumers-cfg-creds.png?raw=true)</kbd>
3320

3421
## Features
3522
* Manage APIs and plugins
@@ -153,9 +140,7 @@ login: demo | password: demodemodemo
153140

154141
## ToDo
155142
* Complete tests
156-
* ~~Implement dynamic SSL plugin~~
157143
* Add more consumer import adapters (?)
158-
* Implement Logging plugins
159144
* Write a detailed Wiki
160145

161146
## Author

frontend/src/app/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,9 @@ <h3 class="page-title">
3131
</div>
3232
</div>
3333
<div class="container main-container">
34-
<div data-ui-view="pageNavigation"></div>
3534
<div data-ui-view="content"></div>
36-
<div data-ui-view="footer"></div>
37-
3835
</div>
39-
40-
<!--<div data-ui-view="footer"></div>-->
41-
36+
<div data-ui-view="footer"></div>
4237
<script>
4338
(function onLoad() {
4439
var io;

frontend/src/app/plugins/add-plugins-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
$scope.alert = {
3333
msg : 'Plugins added in this section will be applied to <strong>all APIs</strong>.' +
3434
'<br>If you need to add plugins to a specific API, you can do it' +
35-
' in the <a href="/admin/apis">APIs section</a>.'
35+
' in the <a href="/apis">APIs section</a>.'
3636
}
3737

3838
$scope.closeAlert = function() {

frontend/src/app/plugins/plugins.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
<i class="material-icons">add</i>
55
Add global plugins
66
</a>
7-
<!--<a href="#" class="btn btn-danger" ng-click="deleteSelected()">-->
8-
<!--<i class="material-icons">delete</i>-->
9-
<!--delete selected-->
10-
<!--</a>-->
117
</div>
128
</div>
139
<div class="col-md-12 bg-light-grey padding">

screenshots/admin.png

-70.8 KB
Binary file not shown.

screenshots/apis-plugins.png

-99.4 KB
Binary file not shown.

screenshots/apis.png

-68.9 KB
Binary file not shown.

screenshots/bc.png

144 KB
Loading
-83 KB
Binary file not shown.
-57.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)