From: Nizamudeen A Date: Thu, 9 Jul 2026 07:52:58 +0000 (+0530) Subject: mgr/dashboard: fix html lint errors according to new rules X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ac187a8220de5c12465edda7d9028c2bb8ba7c69;p=ceph.git mgr/dashboard: fix html lint errors according to new rules mostly accessibility issues like - A label component must be associated with a form element Fixed by adding `for` to labels and sometimes replacing label with legend - Elements with interaction handlers must be focusable - click must be accompanied by either keyup, keydown or keypress event for accessibility -