aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-04-22 14:21:11 -0700
committerChris Lu <chris.lu@gmail.com>2021-04-22 14:22:48 -0700
commit6e5df901e478c9effd94bae2fa1de53138380d8b (patch)
treef9b8186a77a40e540900e1c267be25388e6cdacc
parentc60f2d333eeee7faa6fc0f0055ce43ef3a911099 (diff)
downloadseaweedfs-6e5df901e478c9effd94bae2fa1de53138380d8b.tar.xz
seaweedfs-6e5df901e478c9effd94bae2fa1de53138380d8b.zip
adjust package names
-rw-r--r--weed/server/filer_ui/breadcrumb.go2
-rw-r--r--weed/server/filer_ui/templates.go2
-rw-r--r--weed/server/volume_server_ui/templates.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/weed/server/filer_ui/breadcrumb.go b/weed/server/filer_ui/breadcrumb.go
index f21cce7d1..5016117a8 100644
--- a/weed/server/filer_ui/breadcrumb.go
+++ b/weed/server/filer_ui/breadcrumb.go
@@ -1,4 +1,4 @@
-package master_ui
+package filer_ui
import (
"strings"
diff --git a/weed/server/filer_ui/templates.go b/weed/server/filer_ui/templates.go
index 3f0647119..648b97f22 100644
--- a/weed/server/filer_ui/templates.go
+++ b/weed/server/filer_ui/templates.go
@@ -1,4 +1,4 @@
-package master_ui
+package filer_ui
import (
"github.com/dustin/go-humanize"
diff --git a/weed/server/volume_server_ui/templates.go b/weed/server/volume_server_ui/templates.go
index 6a8bb6f55..ee4c2e31d 100644
--- a/weed/server/volume_server_ui/templates.go
+++ b/weed/server/volume_server_ui/templates.go
@@ -1,4 +1,4 @@
-package master_ui
+package volume_server_ui
import (
"fmt"