Skip to content

Commit

Permalink
remove "experimental" note for built-in web clients #80
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Dec 19, 2018
1 parent c740a21 commit c79cf18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/web/src/app/_options/account-edit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<div class="form-group required">
<ng-template #entryUrlItemTemplate let-item="item" let-index="index">
{{ item.title }}
<span class="badge badge-secondary" *ngIf="isLocalWebClient(item)">experimental</span>
</ng-template>
<label>Domain</label>
<ng-select [items]="entryUrlItems" [clearable]="false" formControlName="entryUrl" id="accountEditFormEntryUrlField"
Expand Down

0 comments on commit c79cf18

Please sign in to comment.