feat: filter cluster members by multiple labels
This commit is contained in:
@@ -91,7 +91,10 @@
|
||||
<select id="label-value-filter" class="filter-select">
|
||||
<option value="">All Values</option>
|
||||
</select>
|
||||
<button id="clear-filters-btn" class="clear-filters-btn" title="Clear filters">
|
||||
<div class="filter-pills-container" id="filter-pills-container">
|
||||
<!-- Active filter pills will be dynamically added here -->
|
||||
</div>
|
||||
<button id="clear-filters-btn" class="clear-filters-btn" title="Clear all filters">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" width="14" height="14">
|
||||
<path d="M18 6L6 18M6 6l12 12"/>
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user