From d4de0d491d9c510743e35e9a6bad4f42f5462a63 Mon Sep 17 00:00:00 2001 From: Sriman Achanta <68172138+srimanachanta@users.noreply.github.com> Date: Wed, 23 Aug 2023 20:50:39 -0400 Subject: [PATCH] more of that --- photon-client/src/components/settings/NetworkingCard.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/photon-client/src/components/settings/NetworkingCard.vue b/photon-client/src/components/settings/NetworkingCard.vue index aa27fa052b..0b573e4903 100644 --- a/photon-client/src/components/settings/NetworkingCard.vue +++ b/photon-client/src/components/settings/NetworkingCard.vue @@ -44,8 +44,7 @@ function allowNetworkChanges() { }; const saveGeneralSettings = () => { - const changingStaticIp = - useSettingsStore().network.connectionType === NetworkConnectionType.Static; + const changingStaticIp = useSettingsStore().network.connectionType === NetworkConnectionType.Static; useSettingsStore() .saveGeneralSettings() @@ -168,6 +167,7 @@ const netManagerIfaceIdx = computed({ label="Manage Device Networking" tooltip="If enabled, Photon will manage device hostname and network settings." :label-cols="4" + class="pt-2" /> ({ v-model="useSettingsStore().network.runNTServer" label="Run NetworkTables Server (Debugging Only)" tooltip="If enabled, this device will create a NT server. This is useful for home debugging, but should be disabled on-robot." + class="mt-3 mb-3" :label-cols="4" />