1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-23 11:56:00 +01:00

UI updates for org pages

This commit is contained in:
Kyle Spearrin 2017-03-28 22:09:27 -04:00
parent b156a27d1f
commit cbcfdafef6
4 changed files with 6 additions and 3 deletions

View File

@ -5,6 +5,9 @@
$scope.loading = true;
$scope.subvaults = [];
$scope.selectedSubvaults = {};
$scope.model = {
type: 'User'
};
$uibModalInstance.opened.then(function () {
apiService.subvaults.listOrganization({ orgId: $state.params.orgId }, function (list) {

View File

@ -17,7 +17,7 @@
</div>
<div class="box-tools">
<button type="button" class="btn btn-primary btn-sm btn-flat" ng-click="invite()">
Invite user
<i class="fa fa-fw fa-plus-circle"></i> Invite User
</button>
</div>
</div>

View File

@ -21,7 +21,7 @@
<div class="form-group">
<div class="radio">
<label>
<input type="radio" id="user-type" ng-model="model.type" name="Type" value="User" checked>
<input type="radio" id="user-type" ng-model="model.type" name="Type" value="User">
<strong>User</strong> - A regular user with access to your organization's subvaults.
</label>
</div>

View File

@ -12,7 +12,7 @@
</h3>
<div class="box-tools">
<button type="button" class="btn btn-primary btn-sm btn-flat" ng-click="add()">
New Subvault
<i class="fa fa-fw fa-plus-circle"></i> New Subvault
</button>
</div>
</div>