GUAC-932: Add permissions list.

This commit is contained in:
Michael Jumper
2014-12-22 16:40:06 -08:00
parent fae8f16780
commit b8e335e3c7
16 changed files with 115 additions and 150 deletions

View File

@@ -27,8 +27,8 @@ THE SOFTWARE.
<!-- Main property editor -->
<h2>{{'manage.edit.connection.title' | translate}}</h2>
<div class="properties">
<table>
<div class="section">
<table class="properties">
<!-- Edit connection name -->
<tr>
@@ -59,8 +59,8 @@ THE SOFTWARE.
<!-- Connection parameters -->
<h2>{{'manage.edit.connection.parameters' | translate}}</h2>
<div class="properties" ng-class="{loading: !parameters}">
<table class="fields">
<div class="section" ng-class="{loading: !parameters}">
<table class="properties">
<!-- All the different possible editable field types -->
<tr ng-repeat="parameter in protocols[connection.protocol].parameters">
@@ -81,7 +81,7 @@ THE SOFTWARE.
<!-- Connection history -->
<h2>{{'manage.edit.connection.history.usageHistory' | translate}}</h2>
<div class="history" ng-class="{loading: !historyEntryWrappers}">
<div class="history section" ng-class="{loading: !historyEntryWrappers}">
<p ng-hide="historyEntryWrappers.length">{{'manage.edit.connection.history.connectionNotUsed' | translate}}</p>
<table ng-show="historyEntryWrappers.length">
<thead>