|
|
@ -61,9 +61,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
<button
|
|
|
|
<button
|
|
|
|
class="button-join"
|
|
|
|
class="button-join"
|
|
|
|
type="button"
|
|
|
|
|
|
|
|
(click)="onCreateRoomButtonClicked()"
|
|
|
|
(click)="onCreateRoomButtonClicked()"
|
|
|
|
[disabled]="isLoaded">
|
|
|
|
>
|
|
|
|
Créer une salle
|
|
|
|
Créer une salle
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
@ -76,7 +75,6 @@
|
|
|
|
<div class="param-editor">
|
|
|
|
<div class="param-editor">
|
|
|
|
<button
|
|
|
|
<button
|
|
|
|
class="button-icon button-run"
|
|
|
|
class="button-icon button-run"
|
|
|
|
type="button"
|
|
|
|
|
|
|
|
(click)="onRunButtonClicked()"
|
|
|
|
(click)="onRunButtonClicked()"
|
|
|
|
[disabled]="isLoaded">
|
|
|
|
[disabled]="isLoaded">
|
|
|
|
<div>RUN</div>
|
|
|
|
<div>RUN</div>
|
|
|
|