web: cleanup required attr

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-29 18:25:59 +02:00
parent d5281d2023
commit bffa51f7df
7 changed files with 9 additions and 9 deletions

View File

@ -26,7 +26,7 @@ export class CertificateKeyPairForm extends Form<CertificateGeneration> {
label=${gettext("Common Name")}
name="commonName"
?required=${true}>
<input type="text" class="pf-c-form-control" required="">
<input type="text" class="pf-c-form-control" required>
</ak-form-element-horizontal>
<ak-form-element-horizontal
label=${gettext("Subject-alt name")}