Skip to content

1. add remote cluster checkbox to load engine section. 2.add fw_id to mange...

Ivan Kondov requested to merge checkbox_bug_remove into master
  1. add remote cluster checkbox to load engine section. 2.add fw_id to mange workflow to select workflow to be deleted

  2. If we load remote engine configuration, the engine will not be created for remote cluster since the checkbox is not set to true.

wfengine_jupyter.py -> 441 eng_class = WFEngineRemote if remote_cluster.value else WFEngine

  1. The fireworks id should be selectable to ease deleting workflow in manage workflow pane.

Merge request reports

Loading