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

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pantsel committed Nov 10, 2016
1 parent 8cfa209 commit 5055a3d
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 30 deletions.
23 changes: 4 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Just another GUI to [KONG Admin API](http://getkong.org)
## 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)

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

[![Build Status](https://travis-ci.org/pantsel/konga.svg?branch=master)](https://travis-ci.org/pantsel/konga)


[![Dashboard](screenshots/bc.png)](screenshots/bc.png?raw=true)

## Summary

Expand All @@ -15,21 +17,6 @@
- [**Configuration**](#configuration)
- [**Running Konga**](#running-konga)
- [**License**](#license)



## Screenshots

##### Admin Home
<kbd>[![Admin Home](screenshots/thumbs/admin.jpg)](screenshots/admin.png?raw=true)</kbd>

##### APIs Management
<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>
<kbd>[![APIs plugins management](screenshots/thumbs/manage-api-plugins.jpg)](screenshots/manage-api-pugins.png?raw=true)</kbd>

##### Consumers Management
<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>
<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>

## Features
* Manage APIs and plugins
Expand Down Expand Up @@ -153,9 +140,7 @@ login: demo | password: demodemodemo

## ToDo
* Complete tests
* ~~Implement dynamic SSL plugin~~
* Add more consumer import adapters (?)
* Implement Logging plugins
* Write a detailed Wiki

## Author
Expand Down
7 changes: 1 addition & 6 deletions frontend/src/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,9 @@ <h3 class="page-title">
</div>
</div>
<div class="container main-container">
<div data-ui-view="pageNavigation"></div>
<div data-ui-view="content"></div>
<div data-ui-view="footer"></div>

</div>

<!--<div data-ui-view="footer"></div>-->

<div data-ui-view="footer"></div>
<script>
(function onLoad() {
var io;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/plugins/add-plugins-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
$scope.alert = {
msg : 'Plugins added in this section will be applied to <strong>all APIs</strong>.' +
'<br>If you need to add plugins to a specific API, you can do it' +
' in the <a href="/admin/apis">APIs section</a>.'
' in the <a href="/apis">APIs section</a>.'
}

$scope.closeAlert = function() {
Expand Down
4 changes: 0 additions & 4 deletions frontend/src/app/plugins/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<i class="material-icons">add</i>
Add global plugins
</a>
<!--<a href="#" class="btn btn-danger" ng-click="deleteSelected()">-->
<!--<i class="material-icons">delete</i>-->
<!--delete selected-->
<!--</a>-->
</div>
</div>
<div class="col-md-12 bg-light-grey padding">
Expand Down
Binary file removed screenshots/admin.png
Binary file not shown.
Binary file removed screenshots/apis-plugins.png
Binary file not shown.
Binary file removed screenshots/apis.png
Binary file not shown.
Binary file added screenshots/bc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed screenshots/consumers-cfg-creds.png
Binary file not shown.
Binary file removed screenshots/consumers-cfg-groups.png
Binary file not shown.
Binary file removed screenshots/consumers-cfg-info.png
Binary file not shown.
Binary file removed screenshots/consumers.png
Binary file not shown.
Binary file removed screenshots/info.png
Binary file not shown.
Binary file removed screenshots/manage-api-plugins.png
Binary file not shown.
Binary file removed screenshots/thumbs/admin.jpg
Binary file not shown.
Binary file removed screenshots/thumbs/apis-plugins.jpg
Binary file not shown.
Binary file removed screenshots/thumbs/apis.jpg
Binary file not shown.
Binary file removed screenshots/thumbs/consumers-cfg-creds.jpg
Binary file not shown.
Binary file removed screenshots/thumbs/consumers-cfg-groups.jpg
Binary file not shown.
Binary file removed screenshots/thumbs/consumers-cfg-info.jpg
Binary file not shown.
Binary file removed screenshots/thumbs/consumers.jpg
Binary file not shown.
Binary file removed screenshots/thumbs/info.jpg
Binary file not shown.
Binary file removed screenshots/thumbs/manage-api-plugins.jpg
Binary file not shown.

0 comments on commit 5055a3d

Please sign in to comment.