X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fvim-accounts%2Fnew-vimaccount%2FNewVimaccountComponent.html;h=883563f71e63410e51df177132475b6f3c708529;hb=refs%2Fchanges%2F54%2F10654%2F1;hp=ce7a5d112c9298a6ba4952b19950a58c1bb2e9a3;hpb=46ca13106a9dfe425491edf087e0f31897c19897;p=osm%2FNG-UI.git diff --git a/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.html b/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.html index ce7a5d1..883563f 100644 --- a/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.html +++ b/src/app/vim-accounts/new-vimaccount/NewVimaccountComponent.html @@ -22,7 +22,9 @@ Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.i
+ [ngClass]="{'text-danger': vimNewAccountForm.invalid === true && submitted === true}"> + {{'MANDATORYCHECK' | translate}} +
@@ -47,8 +49,9 @@ Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.i
+ formControlName="vim_type" id="vim_type" [(ngModel)]="selectedVimType" + [addTag]="sharedService.addCustomTag" [ngClass]="{ 'is-invalid': submitted && f.vim_type.errors }" + (change)="clearConfig()"> {{'TYPEINFO' | translate}}
@@ -103,13 +106,20 @@ Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.i
-
- - - {{'PAGE.VIM.LOCATIONINFO' | translate}} +
+
+ + + +
+ {{'PAGE.VIM.LOCATIONINFO' | translate}}
+
+
@@ -117,8 +127,9 @@ Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.i
- +
{{'UPLOADCONFIGLABEL' | translate}}