1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 20:13:42 +00:00

remove share login modal and add organizations box

This commit is contained in:
Kyle Spearrin
2017-02-28 23:43:54 -05:00
parent 0d2e296eda
commit 05a92ebd26
6 changed files with 27 additions and 112 deletions

View File

@@ -109,6 +109,31 @@
</button>
</div>
</div>
<div class="box box-default">
<div class="box-header with-border">
<h3 class="box-title">Organizations</h3>
</div>
<div class="box-body no-padding">
<div class="table-responsive">
<table class="table table-striped table-hover">
<thead>
<tr>
<th style="width: 75px; min-width: 75px;"></th>
<th>Name</th>
<th style="width: 200px;">Plan</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td>sdfsdf</td>
<td>dfd</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="box box-danger">
<div class="box-header with-border">
<h3 class="box-title">Danger Zone</h3>