feat: search on enter in instance list (#21)
This commit is contained in:
@@ -54,6 +54,7 @@ impl SimpleComponent for InstancesPage {
|
|||||||
set_hexpand: true,
|
set_hexpand: true,
|
||||||
set_tooltip_text: Some("Search"),
|
set_tooltip_text: Some("Search"),
|
||||||
set_buffer: &model.instances_search_buffer,
|
set_buffer: &model.instances_search_buffer,
|
||||||
|
connect_activate => InstancesPageInput::FetchInstances,
|
||||||
},
|
},
|
||||||
gtk::Button {
|
gtk::Button {
|
||||||
set_label: "Filter",
|
set_label: "Filter",
|
||||||
|
|||||||
Reference in New Issue
Block a user