From 4910297809d26498c476fbae6bd348a2b595cf8e Mon Sep 17 00:00:00 2001 From: uubulb Date: Wed, 6 Nov 2024 11:23:45 +0800 Subject: [PATCH] update resource --- resource/template/component/server.html | 2 +- resource/template/dashboard-default/server.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resource/template/component/server.html b/resource/template/component/server.html index 8bb7a25..daa59c3 100644 --- a/resource/template/component/server.html +++ b/resource/template/component/server.html @@ -53,7 +53,7 @@
{{if .Conf.GRPCHost}} - curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh -o nezha.sh && chmod + curl -L https://raw.githubusercontent.com/nezhahq/scripts/main/install.sh -o nezha.sh && chmod +x nezha.sh && ./nezha.sh install_agent {{.Conf.GRPCHost}} {{if .Conf.ProxyGRPCPort}}{{.Conf.ProxyGRPCPort}}{{else}}{{.Conf.GRPCPort}}{{end}} {{if .Conf.TLS}}--tls{{end}} diff --git a/resource/template/dashboard-default/server.html b/resource/template/dashboard-default/server.html index 09ad170..1ed6cdc 100644 --- a/resource/template/dashboard-default/server.html +++ b/resource/template/dashboard-default/server.html @@ -55,17 +55,17 @@