Components.InspectorLogView: Support filtering logs by account/domain
Hook up sidebar rows so that their checkbox's enabled state indicates and can be used to set the filtering for the log view.
This commit is contained in:
parent
2fada87a72
commit
b70790eac1
2 changed files with 97 additions and 35 deletions
|
|
@ -59,6 +59,7 @@
|
|||
<property name="can_focus">False</property>
|
||||
<property name="hexpand">False</property>
|
||||
<property name="selection_mode">none</property>
|
||||
<signal name="row-activated" handler="on_sidebar_row_activated" swapped="no"/>
|
||||
<style>
|
||||
<class name="sidebar"/>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue