aboutsummaryrefslogtreecommitdiff
path: root/weed/server/master_ui
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-10-07 21:42:57 -0700
committerChris Lu <chris.lu@gmail.com>2018-10-07 21:42:57 -0700
commitdbe33236fb57715a5ce9b86df43ebd93dd2494d2 (patch)
treeed6df861112bfa8360afc0ce65e6f57900f166c6 /weed/server/master_ui
parentfffbc2d4906ab5b94ec40946a13a108a3efaeff9 (diff)
downloadseaweedfs-dbe33236fb57715a5ce9b86df43ebd93dd2494d2.tar.xz
seaweedfs-dbe33236fb57715a5ce9b86df43ebd93dd2494d2.zip
embed static resources via statik
Diffstat (limited to 'weed/server/master_ui')
-rw-r--r--weed/server/master_ui/templates.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/weed/server/master_ui/templates.go b/weed/server/master_ui/templates.go
index 3cbc281ea..c43ccc02f 100644
--- a/weed/server/master_ui/templates.go
+++ b/weed/server/master_ui/templates.go
@@ -8,8 +8,7 @@ var StatusTpl = template.Must(template.New("status").Parse(`<!DOCTYPE html>
<html>
<head>
<title>SeaweedFS {{ .Version }}</title>
- <link rel="icon" href="http://7viirv.com1.z0.glb.clouddn.com/seaweed_favicon.png" sizes="32x32" />
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+ <link rel="stylesheet" href="/seaweedfsstatic/bootstrap/3.3.1/css/bootstrap.min.css">
</head>
<body>
<div class="container">