mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
2022-10-16 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Log Grids' dialog in rdlogmanager(1) to not display services with 'Bypass Grid Processing' set to 'Yes'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -36,7 +36,7 @@ RDListSvcs::RDListSvcs(const QString &caption,QWidget *parent)
|
||||
// Services
|
||||
//
|
||||
edit_svc_view=new RDTableView(this);
|
||||
edit_svc_model=new RDServiceListModel(false,this);
|
||||
edit_svc_model=new RDServiceListModel(false,false,this);
|
||||
edit_svc_model->setFont(font());
|
||||
edit_svc_model->setPalette(palette());
|
||||
edit_svc_view->setModel(edit_svc_model);
|
||||
|
||||
Reference in New Issue
Block a user