mirror of
https://github.com/bitwarden/web
synced 2026-02-20 11:23:31 +00:00
11 lines
491 B
HTML
11 lines
491 B
HTML
<div class="modal-header">
|
|
<button type="button" class="close" ng-click="close()" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
<h4 class="modal-title"><i class="fa fa-sitemap"></i> Groups <small>{{collection.name}}</small></h4>
|
|
</div>
|
|
<div class="modal-body">
|
|
Groups are coming soon to bitwarden Enterprise organizations.
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-default btn-flat" ng-click="close()">Close</button>
|
|
</div>
|