Reduzing cloned items
This commit is contained in:
parent
0de1f9e083
commit
97171b89d5
4 changed files with 9 additions and 7 deletions
|
|
@ -116,7 +116,7 @@ fn add_monitor_view_state(group: UnifiedGroupData) -> Vec<MonitorViewState> {
|
|||
.unwrap_or_else(|| t("unknown").to_string());
|
||||
|
||||
monitors.push(MonitorViewState {
|
||||
name: monitor.monitor_info.name,
|
||||
name: monitor.name,
|
||||
status,
|
||||
response_time,
|
||||
uptime_24h,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue