diff --git a/weed/server/filer_ui/filer.html b/weed/server/filer_ui/filer.html
index 40753e476..8352997a9 100644
--- a/weed/server/filer_ui/filer.html
+++ b/weed/server/filer_ui/filer.html
@@ -52,7 +52,7 @@
}
.table > tbody > tr {
- height: 40px;
+ height: 39px;
}
div.operations {
@@ -88,8 +88,12 @@
-
-
+
+
{{ range $entry := .Breadcrumbs }}
@@ -116,7 +120,7 @@
{{if $entry.IsDirectory}}
-
+
{{ $entry.Name }}
@@ -143,11 +147,17 @@
|
-
+
{{if $entry.IsDirectory}}
-
+
{{else}}
-
+
{{end}}
|
diff --git a/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.eot b/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.eot
new file mode 100644
index 000000000..4a4ca865d
Binary files /dev/null and b/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.eot differ
diff --git a/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.svg b/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.svg
new file mode 100644
index 000000000..25691af8f
--- /dev/null
+++ b/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.svg
@@ -0,0 +1,229 @@
+
+
+
\ No newline at end of file
diff --git a/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.ttf b/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.ttf
new file mode 100644
index 000000000..67fa00bf8
Binary files /dev/null and b/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.ttf differ
diff --git a/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.woff b/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.woff
new file mode 100644
index 000000000..8c54182aa
Binary files /dev/null and b/weed/static/bootstrap/3.3.1/fonts/glyphicons-halflings-regular.woff differ
diff --git a/weed/static/images/delete-16.png b/weed/static/images/delete-16.png
deleted file mode 100644
index 635a117e0..000000000
Binary files a/weed/static/images/delete-16.png and /dev/null differ
diff --git a/weed/static/images/rename-16.png b/weed/static/images/rename-16.png
deleted file mode 100644
index 3f8f4e0d6..000000000
Binary files a/weed/static/images/rename-16.png and /dev/null differ