Skip to content

Commit 2334681

Browse files
committed
Update dashboard/views.py
1 parent 6dabf47 commit 2334681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/views.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_hosts_status():
2121
status = 1
2222
except:
2323
status = 2
24-
name_ipddr[host.hostname] = (host.id,
24+
name_ipddr[host.id] = (host.hostname,
2525
host.ipaddr,
2626
host.login,
2727
host.passwd,

0 commit comments

Comments
 (0)