aboutsummaryrefslogtreecommitdiff
path: root/src/app/create-identity/create-identity.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/create-identity/create-identity.component.html')
-rw-r--r--src/app/create-identity/create-identity.component.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app/create-identity/create-identity.component.html b/src/app/create-identity/create-identity.component.html
index 328e447..d2e27fe 100644
--- a/src/app/create-identity/create-identity.component.html
+++ b/src/app/create-identity/create-identity.component.html
@@ -1,8 +1,8 @@
1<div class="c-card c-card--no-padding u-p-x3"> 1<div class="c-card u-p-x3">
2 <div class="o-type-20 u-pb-x1" >Create new identity</div> 2 <div class="o-type-20 u-pb-x1" >Create new identity</div>
3 <div class="u-ph-x2"> 3 <div class="o-list o-list--inline">
4 <input [(ngModel)]="this.input_text" type="text" class="c-input" placeholder="Identity Name"/> 4 <input [(ngModel)]="this.input_text" type="text" class="o-list__item c-input" placeholder="Identity Name"/>
5 <span class="u-ph-x3"><a class="c-button" (click)="onClick()">Create</a></span> 5 <a class="o-list__item c-button" (click)="onClick()"><i class="fa fa-plus"></i></a>
6 <span *ngIf="!is_free">Loading... Please wait.</span> 6 <div *ngIf="!is_free" class="o-list__item c-spinner"></div>
7 </div> 7 </div>
8</div> 8</div>