sandialabs / sceptre-phenix

phenix is an orchestration tool and GUI for Sandia's minimega platform
https://sandialabs.github.io/sceptre-docs/
GNU General Public License v3.0
17 stars 23 forks source link

[UI] Fix infinite waiting when updating disks #187

Open eric-c-wood opened 2 months ago

eric-c-wood commented 2 months ago

In the StoppedExperiment view, if there are no qcow images (i.e. .qcow2, .qc2) in the minimega files directory (usually /phenix/images), then the waiting indicator would spin indefinitely. Likewise, in the RunningExperiment view, when using the ChangeOpticalDisc feature, the waiting indicator would spin indefinitely if there were no ISOs in the minimega files directory. This patch fixes the issue with the infinite waiting indicator.