mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:36:09 +00:00
UI: BlockedPage: Emphasize resolved addresses.
This commit is contained in:
parent
4b179268de
commit
f9e472b61f
@ -11,9 +11,13 @@ ListViewControl {
|
||||
delegate: Label {
|
||||
width: ipListView.width
|
||||
elide: Text.ElideRight
|
||||
text: (firewallConf.resolveAddress
|
||||
&& hostInfoCache.hostTrigger
|
||||
&& hostInfoCache.hostName(displayText)) || displayText
|
||||
text: hostName || displayText
|
||||
font.italic: !!hostName
|
||||
|
||||
readonly property string hostName:
|
||||
(firewallConf.resolveAddress
|
||||
&& hostInfoCache.hostTrigger
|
||||
&& hostInfoCache.hostName(displayText)) || ""
|
||||
|
||||
readonly property string displayText: display
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user