This commit is contained in:
Chris Lu
2018-10-23 23:59:49 -07:00
parent c58b73ad9b
commit 6a756136ef
4 changed files with 4 additions and 3 deletions

View File

@@ -5,10 +5,10 @@ import (
"path/filepath"
"time"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
ui "github.com/chrislusf/seaweedfs/weed/server/volume_server_ui"
"github.com/chrislusf/seaweedfs/weed/stats"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
)
func (vs *VolumeServer) uiStatusHandler(w http.ResponseWriter, r *http.Request) {