1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-13 06:20:07 +02:00

👌 Cleanup proxies

This commit is contained in:
2022-03-31 13:34:56 +02:00
parent 75f4377de8
commit 9b59fc5dae
2 changed files with 3 additions and 16 deletions

View File

@@ -18,6 +18,7 @@ class DomainListProxiesCell: NSTableCellView, DomainListCellProtocol
@IBOutlet weak var buttonProxyList: NSButton!
func populateCell(with site: ValetSite) {
/*
// Show the first proxy
textFieldPrimary.stringValue = (site.proxies.count == 0)
? ""
@@ -30,5 +31,7 @@ class DomainListProxiesCell: NSTableCellView, DomainListCellProtocol
// Show button
buttonProxyList.isHidden = site.proxies.count == 0
*/
}
}