show watched hosts in bold

This commit is contained in:
2020-03-11 16:08:31 -04:00
parent a72caf0d7a
commit 3e1bafdd8a
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -967,6 +967,7 @@ if 1 and os.path.exists(pickfile):
hbdclass.Connection.htab = {}
for h in list(hbdclass.Host.hosts.keys()):
hbdclass.Host.hosts[h].dyn = h in dyndnshosts
hbdclass.Host.hosts[h].watched = h in watchhosts
hbdclass.Host.hosts[h].fixup()
for h in drophosts:
if h in hbdclass.Host.hosts: