ajout de la page de logs
This commit is contained in:
@@ -16,6 +16,7 @@ export class ParametresComponent implements OnInit {
|
||||
slideDisable:boolean=false;
|
||||
pinChecked:boolean=false;
|
||||
pinNumber:string="0000";
|
||||
isProcessing:boolean = true;
|
||||
|
||||
constructor(private fb:FormBuilder,
|
||||
private bs:BackendService,
|
||||
@@ -51,8 +52,10 @@ export class ParametresComponent implements OnInit {
|
||||
this.slideDisable = data.pin_actif;
|
||||
this.pinChecked = data.pin_actif;
|
||||
this.pinNumber = data.code_pin;
|
||||
this.isProcessing = false;
|
||||
}, err => {
|
||||
this.toast.error("Erreur de récupération des paramètres");
|
||||
this.isProcessing = false;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user