GUAC-932: Move connection editor to own page.

This commit is contained in:
Michael Jumper
2014-12-21 23:11:14 -08:00
parent 60f249aa6f
commit 07a2a2da54
14 changed files with 246 additions and 200 deletions

View File

@@ -1,4 +1,4 @@
<div ng-click="context.editConnection(item.wrappedItem)">
<a ng-href="#/manage/connections/{{item.identifier}}">
<!--
Copyright (C) 2014 Glyptodon LLC
@@ -32,4 +32,4 @@
<span class="name">{{item.name}}</span>
</div>
</div>
</a>