mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-05 12:56:37 +00:00
13 lines
636 B
HTML
13 lines
636 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-star"></i> Paid Plan Required</h4>
|
||
|
</div>
|
||
|
<div class="modal-body">
|
||
|
This feature is not available for free organizations. Switch to a paid plan to unlock more features.
|
||
|
</div>
|
||
|
<div class="modal-footer">
|
||
|
<button type="submit" class="btn btn-primary btn-flat" ng-click="go()" ng-if="admin">
|
||
|
Upgrade Organization
|
||
|
</button>
|
||
|
<button type="button" class="btn btn-default btn-flat" ng-click="close()">Close</button>
|
||
|
</div>
|