Description of problem: We provided a hyperlink on the recipe page linking to the web application running on the system, but if the recipe is finished, it still shows the "View http://$THESYSTEM" in recipe page system drop down menu. More details, pls seealso bug 1323154. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1.After recipe finished 2.Go to recipe page, click system drop down menu 3. Actual results: still shows "View http://$THESYSTEM" Expected results: Hide "View http://$THESYSTEM" Additional info:
Just need to put a conditional around the menu item in the view, checking 'is_finished' on the recipe model.
https://gerrit.beaker-project.org/5645
Verified this issue. The result is PASS. Version: Beaker 24.1.git.11.9d75df3 steps: Steps to Reproduce: 1. Reserve a system 2. After recipe finished, go to recipe page, click system drop down menu. "View http://$THESYSTEM" disappears.
Beaker 24.1 has been released.