1. add remote cluster checkbox to load engine section. 2.add fw_id to mange...
-
add remote cluster checkbox to load engine section. 2.add fw_id to mange workflow to select workflow to be deleted
-
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
- The fireworks id should be selectable to ease deleting workflow in manage workflow pane.