rackslab / Slurm-web

Open source web dashboard for Slurm HPC clusters
https://slurm-web.com
GNU General Public License v3.0
291 stars 86 forks source link

compute name in resource tab too short #302

Closed hpc-tau closed 3 weeks ago

hpc-tau commented 3 weeks ago

for example, if my node name is compute-0-195, I see compute-0. pressing on it - I get an error, node doesnt exist. if I fix the url, I see the node please fix - looks like a ui issue mostly

rezib commented 3 weeks ago

Hey @hpc-tau, thank you for reporting! I will try to reproduce.

rezib commented 3 weeks ago

Indeed, it was a limitation in frontend application. The fix will be integrated in v3.1.0. I also wrote some unit tests in https://github.com/rackslab/Slurm-web/commit/546675a469ee01af25f2a74ccc181ac61516c605 to cover this case.

rezib commented 5 days ago

@hpc-tau, Slurm-web v3.1.0 is now available (https://github.com/rackslab/Slurm-web/discussions/311), can you try it fixes your issue?