CiscoDevNet / iPSK-Manager

Identity PSK (IPSK) Manager for Cisco ISE provides an example of how to manage the full Life Cycle of Wi-Fi Pre Shared Keys for supported Hardware/Software through Cisco ISE.
Apache License 2.0
30 stars 16 forks source link

Filtering & bulk editing of endpoints #19

Closed nclavric closed 11 months ago

nclavric commented 3 years ago

Is your feature request related to a problem? Please describe. To be honest... I don't think so :)

Describe the solution you'd like It would be nice if you could filter or search for all configured endpoints using one or more attributes and carry out mass changes or deletions on them.

Describe alternatives you've considered Such changes are currently only possible with direct database access. However, this is not a viable solution for the actual portal users and contradicts the actual purpose of the portal..

David00 commented 2 years ago

@nclavric - Searching the table is a feature I've been wanting for a while too now... so I just built it. See https://github.com/CiscoDevNet/iPSK-Manager/pull/22

nclavric commented 2 years ago

@nclavric - Searching the table is a feature I've been wanting for a while too now... so I just built it. See #22

Thx David! I'm gonna test it and give you a feedback! :)

nclavric commented 2 years ago

@David00 : I just tested your changes and gave you a feedback about a little bug and some enhancements. See https://github.com/CiscoDevNet/iPSK-Manager/pull/22

ciesinsn commented 11 months ago

closing issue now that feature has been merged. Thanks @David00 for the contribution.