1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

org billing seat adjustments

This commit is contained in:
Kyle Spearrin
2018-07-17 12:07:52 -04:00
parent e4f12ed47f
commit e4a684ff10
8 changed files with 176 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<div class="form-group col-6">
<label for="storageAdjustment">{{(add ? 'gbStorageAdd' : 'gbStorageRemove') | i18n}}</label>
<input id="storageAdjustment" class="form-control" type="number" name="StroageGbAdjustment" [(ngModel)]="storageAdjustment"
min="0" max="99" step="1">
min="0" max="99" step="1" required>
</div>
</div>
<div *ngIf="add" class="mb-3">