mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 05:13:58 -07:00
add UI elements in network details for allowDefault, allowGlobal, allowManaged
This commit is contained in:
parent
7e17a2072c
commit
d57e343245
4 changed files with 222 additions and 139 deletions
|
@ -24,6 +24,10 @@ class NetworkInfoCell: NSTableCellView {
|
|||
@IBOutlet var deviceField: NSTextField!
|
||||
@IBOutlet var addressesField: NSTextField!
|
||||
|
||||
@IBOutlet var allowManaged: NSButton!
|
||||
@IBOutlet var allowGlobal: NSButton!
|
||||
@IBOutlet var allowDefault: NSButton!
|
||||
|
||||
@IBOutlet var connectedCheckbox: NSButton!
|
||||
@IBOutlet var deleteButton: NSButton!
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue