GUAC-1053: Create connection/group management tab.

This commit is contained in:
Michael Jumper
2015-04-17 16:52:51 -07:00
parent 82dee4640c
commit ed984da8d1
8 changed files with 222 additions and 217 deletions

View File

@@ -33,6 +33,7 @@ THE SOFTWARE.
</div>
<!-- Selected tab -->
<guac-manage-users ng-if="activeTab === 'users'"></guac-manage-users>
<guac-manage-users ng-if="activeTab === 'users'"></guac-manage-users>
<guac-manage-connections ng-if="activeTab === 'connections'"></guac-manage-connections>
</div>