mirror of
https://github.com/tnodir/fort
synced 2024-11-15 04:27:09 +00:00
UI: Hide "Collect allowed connections" options until impl.
This commit is contained in:
parent
d84da89e68
commit
e17272141c
@ -182,6 +182,8 @@ void ConnectionsWindow::setupLogAllowedIp()
|
|||||||
|
|
||||||
fortManager()->applyConfImmediateFlags();
|
fortManager()->applyConfImmediateFlags();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
m_cbLogAllowedIp->setVisible(false); // TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConnectionsWindow::setupLogBlockedIp()
|
void ConnectionsWindow::setupLogBlockedIp()
|
||||||
|
@ -444,6 +444,8 @@ void ApplicationsPage::setupGroupLogConn()
|
|||||||
|
|
||||||
ctrl()->setConfEdited(true);
|
ctrl()->setConfEdited(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
m_cbLogConn->setVisible(false); // TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
void ApplicationsPage::setupGroupFragmentPacket()
|
void ApplicationsPage::setupGroupFragmentPacket()
|
||||||
|
Loading…
Reference in New Issue
Block a user