Fix de régressions, stabilisation #575
@ -43,8 +43,7 @@ export class DialogChronologie extends Dialog {
|
|||||||
content: html,
|
content: html,
|
||||||
buttons: {
|
buttons: {
|
||||||
ajout: { label: "Ajouter", callback: it => this.ajouter() },
|
ajout: { label: "Ajouter", callback: it => this.ajouter() },
|
||||||
},
|
}
|
||||||
default: "ajout"
|
|
||||||
};
|
};
|
||||||
super(conf, options);
|
super(conf, options);
|
||||||
}
|
}
|
||||||
|
@ -31,8 +31,7 @@ export class DialogStress extends Dialog {
|
|||||||
content: html,
|
content: html,
|
||||||
buttons: {
|
buttons: {
|
||||||
stress: { label: "Stress !", callback: it => { this.onStress(); } }
|
stress: { label: "Stress !", callback: it => { this.onStress(); } }
|
||||||
},
|
}
|
||||||
default: "stress"
|
|
||||||
};
|
};
|
||||||
super(conf, options);
|
super(conf, options);
|
||||||
this.dialogData = dialogData;
|
this.dialogData = dialogData;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user