issue
This commit is contained in:
parent
5792a61b13
commit
896a99467e
Binary file not shown.
@ -112,7 +112,7 @@
|
|||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group label-container" *ngIf="userRole != 'BADMIN'" >
|
<div class="form-group label-container" *ngIf="userRole != 'BADMIN'">
|
||||||
<label>Caption <span style="margin-left: 4rem;">-</span></label>
|
<label>Caption <span style="margin-left: 4rem;">-</span></label>
|
||||||
<a style="padding: 10px;" *ngIf="isEditable == false">{{practitionerdetails.caption}}</a>
|
<a style="padding: 10px;" *ngIf="isEditable == false">{{practitionerdetails.caption}}</a>
|
||||||
<mat-form-field style="width: 60%;" *ngIf="isEditable == true">
|
<mat-form-field style="width: 60%;" *ngIf="isEditable == true">
|
||||||
@ -120,7 +120,7 @@
|
|||||||
<textarea matInput rows="3" cols="30" placeholder="Caption" [(ngModel)]="caption"></textarea>
|
<textarea matInput rows="3" cols="30" placeholder="Caption" [(ngModel)]="caption"></textarea>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group label-container" *ngIf="userRole != 'BADMIN'">
|
<div class="form-group label-container" *ngIf="userRole != 'BADMIN'">
|
||||||
<label>Description <span style="margin-left: 4rem;">-</span></label>
|
<label>Description <span style="margin-left: 4rem;">-</span></label>
|
||||||
<a style="padding: 10px;" *ngIf="isEditable == false">{{practitionerdetails.description}}</a>
|
<a style="padding: 10px;" *ngIf="isEditable == false">{{practitionerdetails.description}}</a>
|
||||||
<mat-form-field style="width: 60%;" *ngIf="isEditable == true">
|
<mat-form-field style="width: 60%;" *ngIf="isEditable == true">
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
<div class="user-pro-wrap">
|
<div class="user-pro-wrap">
|
||||||
<div class="user-profile-thumb text-center">
|
<div class="user-profile-thumb text-center">
|
||||||
<div class="user-i">
|
<div class="user-i">
|
||||||
<img *ngIf="getUserData.role == 'SADMIN'" src="/assets/images/userpic.png" class="rad-full mb-1" width="100" height="100" alt="">
|
<img *ngIf="getUserData.role == 'SADMIN'" src="assets/images/userpic.png" class="rad-full mb-1" width="100" height="100" alt="">
|
||||||
<img *ngIf="getUserData.role != 'SADMIN'" [src]="getUserData.logo != '' ? image_view(getUserData.logo) : 'assets/images/userpic.png'" class="rad-full mb-1" width="100" height="100" alt="">
|
<img *ngIf="getUserData.role != 'SADMIN'" [src]="getUserData.logo != '' ? image_view(getUserData.logo) : 'assets/images/userpic.png'" class="rad-full mb-1" width="100" height="100" alt="">
|
||||||
<div> <span>{{getUserData.userName}}</span></div>
|
<div> <span>{{getUserData.userName}}</span></div>
|
||||||
<div> <span>({{getUserData.role}})</span></div>
|
<div> <span>({{getUserData.role}})</span></div>
|
||||||
|
|||||||
@ -8,13 +8,13 @@ export const environment = {
|
|||||||
//EndUser URL
|
//EndUser URL
|
||||||
endUserUrl:'https://venbainfotech.com/appointment/#/customer/',
|
endUserUrl:'https://venbainfotech.com/appointment/#/customer/',
|
||||||
|
|
||||||
firebase : {
|
firebase: {
|
||||||
apiKey: "AIzaSyBVPQ6C7cg5l8I-o7WSmmXdioMa4C0ZKNM",
|
apiKey: "AIzaSyCKbfDJ5Qf0rDP3WKppa94u9xuVaVabaDw",
|
||||||
authDomain: "phone-otp-5d22e.firebaseapp.com",
|
authDomain: "venba-appointment.firebaseapp.com",
|
||||||
projectId: "phone-otp-5d22e",
|
projectId: "venba-appointment",
|
||||||
storageBucket: "phone-otp-5d22e.appspot.com",
|
storageBucket: "venba-appointment.appspot.com",
|
||||||
messagingSenderId: "207025211598",
|
messagingSenderId: "513912226817",
|
||||||
appId: "1:207025211598:web:f2e4ebfb2e4ca5d5d8a89f",
|
appId: "1:513912226817:web:eebcec6f7c6407a1dd2c00",
|
||||||
measurementId: "G-LJFTVZSP38"
|
measurementId: "G-48RM8BFRFK"
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user