diff options
author | Grant Limberg <glimberg@gmail.com> | 2016-06-26 17:33:46 -0700 |
---|---|---|
committer | Grant Limberg <glimberg@gmail.com> | 2016-06-26 17:33:46 -0700 |
commit | 1756e8b0f2bb5a322f38f5e0e079d27cfcfecd57 (patch) | |
tree | 5c81f9bea699931efe50f02b2bc2f041bbdb1b1c /ZeroTier One/ShowNetworksViewController.xib | |
parent | d57e343245558312847dc37ecdbebf6b65b6a66e (diff) | |
download | infinitytier-1756e8b0f2bb5a322f38f5e0e079d27cfcfecd57.tar.gz infinitytier-1756e8b0f2bb5a322f38f5e0e079d27cfcfecd57.zip |
Wire up checkboxes for allowGlobal, allowDefault, allowManaged to set the proper state in zerotier daemon
checkboxes are disabled if the network is not currently connected.
Diffstat (limited to 'ZeroTier One/ShowNetworksViewController.xib')
-rw-r--r-- | ZeroTier One/ShowNetworksViewController.xib | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ZeroTier One/ShowNetworksViewController.xib b/ZeroTier One/ShowNetworksViewController.xib index 74582eb6..1535c668 100644 --- a/ZeroTier One/ShowNetworksViewController.xib +++ b/ZeroTier One/ShowNetworksViewController.xib @@ -168,6 +168,9 @@ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="system"/> </buttonCell> + <connections> + <action selector="onAllowStatusChanged:" target="rmb-il-W5I" id="FW8-5N-vt1"/> + </connections> </button> <button misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="8CS-6g-NFI"> <rect key="frame" x="504" y="122" width="22" height="18"/> @@ -175,6 +178,9 @@ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="system"/> </buttonCell> + <connections> + <action selector="onAllowStatusChanged:" target="rmb-il-W5I" id="ahh-N8-nhW"/> + </connections> </button> <button misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="URn-qw-7jG"> <rect key="frame" x="504" y="146" width="22" height="18"/> @@ -182,6 +188,9 @@ <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/> <font key="font" metaFont="system"/> </buttonCell> + <connections> + <action selector="onAllowStatusChanged:" target="rmb-il-W5I" id="XGy-pE-Dzf"/> + </connections> </button> <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="jdz-W3-UwS"> <rect key="frame" x="19" y="147" width="79" height="17"/> |