plasmabio / plasma

Plasma is an e-learning Jupyter-based platform for data analysis

Home Page:https://docs.plasmabio.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add search box in server admin panel

pierrepo opened this issue · comments

Jupyter Hub admins can list, stop and start "servers" from the admin panel:
image

Columns can be sorted alphabetically and in reversed order.

Since, PlasmaBio might hold several dozen servers, it would be nice to have a search box to filter out rows. For instance:
https://www.w3schools.com/bootstrap/bootstrap_filters.asp
https://examples.bootstrap-table.com/#welcomes/from-html.html

That sounds like a nice-to-have. Maybe even for JupyterHub in general actually.

Totally agree. It could be an upstream feature.

For reference, there is ongoing work to add pagination to the admin panel in jupyterhub/jupyterhub#2929.

This might conflict with the idea of having a search box of the pagination is done server side.

We discussed this issue today with @pierrepo.

It is indeed more about JupyterHub itself (since it relates to the admin page), but not really specific to Plasma.

So let's close this issue. @pierrepo feel free to open a new one on the JupyterHub repo if you think it is still relevant (considering that the pagination PR has now been merged)