From fc689319ae1e2cc268d2681afd74bbbfc3d969d4 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 23 Oct 2020 18:03:23 -0700 Subject: [PATCH] add volume public url --- weed/server/master_ui/templates.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/weed/server/master_ui/templates.go b/weed/server/master_ui/templates.go index 7189064d0..8e6b8333a 100644 --- a/weed/server/master_ui/templates.go +++ b/weed/server/master_ui/templates.go @@ -88,7 +88,11 @@ var StatusTpl = template.Must(template.New("status").Parse(` {{ $dc.Id }} {{ $rack.Id }} - {{ $dn.Url }} + {{ $dn.Url }} + {{ if $dn.PublicUrl }} + / {{ $dn.PublicUrl }} + {{ end }} + {{ $dn.Volumes }} {{ $dn.VolumeIds}} {{ $dn.EcShards }}