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