feat: memberlist filter
This commit is contained in:
@@ -82,6 +82,22 @@
|
||||
</svg>
|
||||
</button>
|
||||
</div>
|
||||
<div class="cluster-filters">
|
||||
<div class="filter-group">
|
||||
<label for="label-key-filter" class="filter-label">Filter by Label:</label>
|
||||
<select id="label-key-filter" class="filter-select">
|
||||
<option value="">All Labels</option>
|
||||
</select>
|
||||
<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">
|
||||
<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>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="refresh-btn" id="refresh-cluster-btn">
|
||||
<svg class="refresh-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor"
|
||||
|
||||
Reference in New Issue
Block a user