We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8ba10 commit 41d48f4Copy full SHA for 41d48f4
1 file changed
src/petab_gui/views/find_replace_bar.py
@@ -25,6 +25,8 @@ def __init__(self, controller, parent=None):
25
"Condition Table": self.controller.condition_controller,
26
"Parameter Table": self.controller.parameter_controller,
27
"Measurement Table": self.controller.measurement_controller,
28
+ "Visualization Table": self.controller.visualization_controller,
29
+ "Simulation Table": self.controller.simulation_controller,
30
}
31
self.selected_controllers = self.controller_map.values()
32
self.only_search = False
0 commit comments