perfsonar / toolkit

perfSONAR Toolkit distribution environment scripts and GUI
Apache License 2.0
30 stars 5 forks source link

Minor 5.1 Toolkit GUI issues #472

Closed szymontrocha closed 1 month ago

szymontrocha commented 1 month ago

Here is what I noticed:

All tested under Ubuntu 20

toolkit_if

szymontrocha commented 1 month ago

At least the last issue seen also under Ubuntu 22

arlake228 commented 1 month ago

Fixed the first three, starting on fourth:

  1. I changed this to just be a heading instead of collapsable. we don't need to collapse it and there is no way to prevent it from sucking up everything underneath.
  2. I kinda cheated here and removed the link. the problem is that it adds /grafana to the link since grafana is behind a proxy. We don't really want to be pushing that interface anymore anyways, so probably dont need link there.
  3. This got fixed as part of the issue where i moved from interface to IP. TL;DR the main page needed some more filters. They are consistent now as i ran into some similar issues.
arlake228 commented 1 month ago

Country list turned out to be an issue with a missing Apache alias since we deleted the rest of the GUI from the config. Once we added the alias it could find Country data and repopulate the GUI.