devices view filtering fixes

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-01-30 20:48:43 +11:00
parent 8dfc0e096c
commit a6f9b56abb
2 changed files with 7 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ function renderFilterDropdown($headerKey, $columnName, $values) {
// Generate the dropdown HTML
return '
<div class="filter-group input-group">
<label for="filter_' . htmlspecialchars($columnName) . '">' . lang($headerKey) . '</label>
<label for="filter_' . htmlspecialchars($columnName) . '">' . lang($headerKey) . ': </label>
<select id="filter_' . htmlspecialchars($columnName) . '" class="filter-dropdown" data-column="' . htmlspecialchars($columnName) . '">
' . $optionsHtml . '
</select>