web: Add member accessibility to render methods.

This commit is contained in:
Teffen Ellis
2025-08-04 15:03:17 +02:00
parent fae89e1f74
commit 823a3b312b
387 changed files with 676 additions and 678 deletions

View File

@@ -39,7 +39,7 @@ export class ServiceConnectionDockerForm extends ModelForm<DockerServiceConnecti
});
}
renderForm(): TemplateResult {
protected renderForm(): TemplateResult {
return html` <ak-form-element-horizontal label=${msg("Name")} required name="name">
<input
type="text"