We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dabf47 commit 2334681Copy full SHA for 2334681
dashboard/views.py
@@ -21,7 +21,7 @@ def get_hosts_status():
21
status = 1
22
except:
23
status = 2
24
- name_ipddr[host.hostname] = (host.id,
+ name_ipddr[host.id] = (host.hostname,
25
host.ipaddr,
26
host.login,
27
host.passwd,
0 commit comments