feat(networking): add VPN, WiFi, and Wired network pages
This commit is contained in:
parent
d035ba0cf7
commit
fa22b556dd
22 changed files with 2876 additions and 131 deletions
|
|
@ -77,6 +77,11 @@ pub trait Page<Message: 'static>: Downcast {
|
|||
fn on_leave(&mut self) -> Command<Message> {
|
||||
Command::none()
|
||||
}
|
||||
|
||||
/// The title to display in the page header.
|
||||
fn title(&self) -> Option<&str> {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
impl_downcast!(Page<Message>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue