{{template "repo/datasets/dirs/dir_list" .}}
diff --git a/templates/repo/datasets/index.tmpl b/templates/repo/datasets/index.tmpl
index d0ab20430..09642b222 100755
--- a/templates/repo/datasets/index.tmpl
+++ b/templates/repo/datasets/index.tmpl
@@ -92,6 +92,7 @@
data-loading-file='{{.i18n.Tr "dropzone.loading_file"}}'
data-upload-complete='{{.i18n.Tr "dropzone.upload_complete"}}'
data-uploading='{{.i18n.Tr "dropzone.uploading"}}'
+ data-failed='{{.i18n.Tr "dropzone.failed"}}'
>
{{if eq .StoreType "minio"}}
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl
index 7baf67809..9c137d53a 100755
--- a/templates/repo/header.tmpl
+++ b/templates/repo/header.tmpl
@@ -99,7 +99,7 @@
{{if .Permission.CanRead $.UnitTypeDatasets}}
{{end}}
@@ -141,7 +141,7 @@
{{if .Permission.CanRead $.UnitTypeCloudBrain}}
{{end}}
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl
index e63d369f5..6aea5214e 100644
--- a/templates/repo/settings/options.tmpl
+++ b/templates/repo/settings/options.tmpl
@@ -143,7 +143,7 @@
{{$isDatasetEnabled := .Repository.UnitEnabled $.UnitTypeDatasets }}