Improve segments

This commit is contained in:
Peter Maquiran
2021-05-21 13:50:57 +01:00
parent 24ecccd136
commit c430cde279
3 changed files with 17 additions and 5 deletions
@@ -1,13 +1,16 @@
<ion-header class="ion-no-border1">
<div class="main-header">
<div class="thetitle"><ion-label >Despachos Presidenciais</ion-label></div>
<div class="thetitle">
<ion-label *ngIf="loggeduser.Profile =='MDGPR'" >Despachos Presidenciais</ion-label>
<ion-label *ngIf="loggeduser.Profile =='PR'" >Despachos</ion-label>
</div>
<div class="theicon">
<button class="btn-no-color" (click)="doRefresh($event)">
<ion-icon slot="end" class="title-icon" name="reload-circle"></ion-icon>
</button>
</div>
</div>
<div class="bottom-title d-flex"><h3 class="bottom-text">Presidente da República</h3></div>
<div *ngIf="loggeduser.Profile =='MDGPR'" class="bottom-title d-flex"><h3 class="bottom-text">Presidente da República</h3></div>
</ion-header>
<ion-content>
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">