web/admin: enable blueprint instances by default
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
fd461d9a00
commit
e70fcd1a6f
|
@ -59,7 +59,7 @@ export class BlueprintForm extends ModelForm<BlueprintInstance, string> {
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
class="pf-c-check__input"
|
class="pf-c-check__input"
|
||||||
?checked=${first(this.instance?.enabled, false)}
|
?checked=${first(this.instance?.enabled, true)}
|
||||||
/>
|
/>
|
||||||
<label class="pf-c-check__label"> ${t`Enabled`} </label>
|
<label class="pf-c-check__label"> ${t`Enabled`} </label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in New Issue