diff --git a/html/management.html b/html/management.html index 12f97dca..8d5232ba 100644 --- a/html/management.html +++ b/html/management.html @@ -1704,6 +1704,7 @@ if(!node.data.directory) { items.download = { label: () => i18next.t("files.context.download"), + icon: "fas fa-download", action: function(x) { uri = "http://" + host + "/explorerdownload?path=" + encodeURIComponent(node.data.path); console.log("download file: " + node.data.path);