mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add styles to md profile
This commit is contained in:
@@ -21,14 +21,14 @@ export class GabineteDigitalPage implements OnInit {
|
||||
private eventService: EventsService,
|
||||
private alertService: AlertService) { }
|
||||
|
||||
count_exp_dailywork : number;
|
||||
count_exp_dailywork=0;
|
||||
count_exp_pp : string;
|
||||
count_exp_pd : string;
|
||||
count_dip_apr : string;
|
||||
count_dip_pv : string;
|
||||
count_de_pr : string;
|
||||
count_ev_pr : string;
|
||||
count_ev_md : string;
|
||||
count_ev_pr=0;
|
||||
count_ev_md=0;
|
||||
|
||||
ngOnInit() {
|
||||
this.LoadCounts();
|
||||
@@ -57,8 +57,7 @@ export class GabineteDigitalPage implements OnInit {
|
||||
this.count_exp_pd = "-";
|
||||
this.count_dip_apr = "-";
|
||||
this.count_dip_pv = "-";
|
||||
this.count_de_pr = "-";
|
||||
this.count_ev_md='-';
|
||||
this.count_de_pr ='-';
|
||||
|
||||
}
|
||||
|
||||
@@ -70,8 +69,7 @@ export class GabineteDigitalPage implements OnInit {
|
||||
}, 2000);
|
||||
}
|
||||
|
||||
notImplemented()
|
||||
{
|
||||
notImplemented(){
|
||||
this.alertService.presentAlert('Funcionalidade em desenvolvimento');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user