Skip to content

Commit 55c88ca

Browse files
committed
feat/Add active hostname to device display
Also regularized up the layouts
1 parent 2444817 commit 55c88ca

17 files changed

+2533
-1624
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ node_modules
1212

1313
# generated during the build process
1414
#internal/native/include
15-
#internal/native/lib
15+
#internal/native/lib
16+
*.eez-project-ui-state

display.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ func updateDisplay() {
4444
nativeInstance.UpdateLabelIfChanged("home_info_ipv4_addr", networkManager.IPv4String())
4545
nativeInstance.UpdateLabelAndChangeVisibility("home_info_ipv6_addr", networkManager.IPv6String())
4646
nativeInstance.UpdateLabelIfChanged("home_info_mac_addr", networkManager.MACString())
47+
nativeInstance.UpdateLabelIfChanged("home_info_hostname", networkManager.Hostname())
4748
}
4849

4950
_, _ = nativeInstance.UIObjHide("menu_btn_network")

internal/native/eez/jetkvm.eez-project

Lines changed: 195 additions & 114 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)