From fe975fb83428e2f9593298675906cd8e5fb806a7 Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Thu, 12 Feb 2026 23:03:50 +0800 Subject: [PATCH] Fix missing lang attribute --- proxy/internal/debug/templates/client_detail.html | 2 +- proxy/internal/debug/templates/clients.html | 2 +- proxy/internal/debug/templates/index.html | 2 +- proxy/internal/debug/templates/tools.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/proxy/internal/debug/templates/client_detail.html b/proxy/internal/debug/templates/client_detail.html index c58e26f6c..8eb27b1e5 100644 --- a/proxy/internal/debug/templates/client_detail.html +++ b/proxy/internal/debug/templates/client_detail.html @@ -1,6 +1,6 @@ {{define "clientDetail"}} - + Client {{.AccountID}} diff --git a/proxy/internal/debug/templates/clients.html b/proxy/internal/debug/templates/clients.html index 68f286272..4d455b2bb 100644 --- a/proxy/internal/debug/templates/clients.html +++ b/proxy/internal/debug/templates/clients.html @@ -1,6 +1,6 @@ {{define "clients"}} - + Clients diff --git a/proxy/internal/debug/templates/index.html b/proxy/internal/debug/templates/index.html index 7aaff613d..16ab3d979 100644 --- a/proxy/internal/debug/templates/index.html +++ b/proxy/internal/debug/templates/index.html @@ -1,6 +1,6 @@ {{define "index"}} - + NetBird Proxy Debug diff --git a/proxy/internal/debug/templates/tools.html b/proxy/internal/debug/templates/tools.html index 091b3e0a1..75cbb6869 100644 --- a/proxy/internal/debug/templates/tools.html +++ b/proxy/internal/debug/templates/tools.html @@ -1,6 +1,6 @@ {{define "tools"}} - + Client {{.AccountID}} - Tools