diff --git a/html/locales/de.json b/html/locales/de.json
index 12fda531..0c996203 100644
--- a/html/locales/de.json
+++ b/html/locales/de.json
@@ -96,6 +96,9 @@
"title": "Ordner",
"desc": "Einen Ordner samt Inhalt (und allen Unterordnern) hochladen"
},
+ "search": {
+ "placeholder": "Dateien suchen.."
+ },
"upload": {
"title": "Upload",
"desc": "Upload starten",
diff --git a/html/locales/en.json b/html/locales/en.json
index fbfcfb23..cfb954a3 100644
--- a/html/locales/en.json
+++ b/html/locales/en.json
@@ -96,6 +96,9 @@
"title": "Directory",
"desc": "Upload directory with all files and subdirectories"
},
+ "search": {
+ "placeholder": "Search files.."
+ },
"upload": {
"title": "Upload",
"desc": "Start Upload",
diff --git a/html/management.html b/html/management.html
index bf0afdc4..ae53680c 100644
--- a/html/management.html
+++ b/html/management.html
@@ -7,7 +7,7 @@
-
+
@@ -15,7 +15,7 @@
-
+
@@ -23,6 +23,11 @@