Temporary fix
This commit is contained in:
parent
01395ec920
commit
ce32ab53f0
2 changed files with 91 additions and 51 deletions
|
|
@ -1,8 +1,10 @@
|
|||
use crate::api::{UptimeKumaClient, UptimeKumaEndpoints};
|
||||
use crate::core;
|
||||
use crate::i18n::t;
|
||||
use crate::ui::components::{render_header, render_monitor_list};
|
||||
use crate::ui::dashboard::model::DashboardViewState;
|
||||
use crate::ui::{
|
||||
components::{render_header, render_monitor_list},
|
||||
dashboard::model::DashboardViewState,
|
||||
};
|
||||
use crossterm::{
|
||||
event::{self, DisableMouseCapture, EnableMouseCapture, Event, KeyCode, KeyEventKind},
|
||||
execute,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue