mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
update status controller name
This commit is contained in:
parent
d2fd77f178
commit
c1bc99125e
4 changed files with 8 additions and 8 deletions
|
|
@ -458,10 +458,10 @@ impl Page {
|
|||
scheme => {
|
||||
let status = Status::Failure;
|
||||
let title = gformat!("Oops");
|
||||
let description = gformat!("Protocol {scheme} not supported");
|
||||
let description = gformat!("Protocol `{scheme}` not supported");
|
||||
|
||||
// Update widget
|
||||
content.set_status_error(title.as_str(), description.as_str());
|
||||
content.set_status_failure(title.as_str(), description.as_str());
|
||||
|
||||
// Update meta
|
||||
meta.borrow_mut().status = Some(status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue