1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-19 17:03:33 +00:00

Refactor OrganizationPlansComponent (#1045)

This commit is contained in:
Oscar Hinton
2021-06-24 17:37:59 +02:00
committed by GitHub
parent ef331aba0b
commit 57f952bc66
2 changed files with 107 additions and 108 deletions

View File

@@ -8,8 +8,7 @@
<div class="form-group">
<label for="file">{{'licenseFile' | i18n}}</label>
<input type="file" id="file" class="form-control-file" name="file" required>
<small
class="form-text text-muted">{{'licenseFileDesc' | i18n : 'bitwarden_organization_license.json'}}</small>
<small class="form-text text-muted">{{'licenseFileDesc' | i18n : 'bitwarden_organization_license.json'}}</small>
</div>
<button type="submit" class="btn btn-primary btn-submit" [disabled]="form.loading">
<i class="fa fa-spinner fa-spin" title="{{'loading' | i18n}}" aria-hidden="true"></i>