Browse Source

adjust package names

pull/2030/head
Chris Lu 4 years ago
parent
commit
6e5df901e4
  1. 2
      weed/server/filer_ui/breadcrumb.go
  2. 2
      weed/server/filer_ui/templates.go
  3. 2
      weed/server/volume_server_ui/templates.go

2
weed/server/filer_ui/breadcrumb.go

@ -1,4 +1,4 @@
package master_ui
package filer_ui
import ( import (
"strings" "strings"

2
weed/server/filer_ui/templates.go

@ -1,4 +1,4 @@
package master_ui
package filer_ui
import ( import (
"github.com/dustin/go-humanize" "github.com/dustin/go-humanize"

2
weed/server/volume_server_ui/templates.go

@ -1,4 +1,4 @@
package master_ui
package volume_server_ui
import ( import (
"fmt" "fmt"

Loading…
Cancel
Save