From de52b45fb11d4d5b0711d2254beab46816618f7b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 15 May 2024 17:49:14 +0300 Subject: [PATCH] storage: Shut up Patternfly Patternfly complains about empty "Th" elements, but a empty "Td" looks just the same and since we hide it anyway it doesn't hurt accessibility to use the wrong kind here. See https://github.com/patternfly/patternfly/issues/6658 --- pkg/storaged/pages.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/storaged/pages.jsx b/pkg/storaged/pages.jsx index 6c3cad3f0392..ce96b17b6755 100644 --- a/pkg/storaged/pages.jsx +++ b/pkg/storaged/pages.jsx @@ -710,7 +710,7 @@ export const PageTable = ({ emptyCaption, aria_label, pages, crossrefs, sorted, { pages && - { show_icons && } + { show_icons && } {_("ID")} {_("Type")} {_("Location")}