diff --git a/webui/src/main/js/files.js b/webui/src/main/js/files.js index e58ba467..2952225d 100644 --- a/webui/src/main/js/files.js +++ b/webui/src/main/js/files.js @@ -29,6 +29,9 @@ class Node { var publishLink = "" + _t("Publish") + "" if (!this.shared) publishLink = "" + var actionsLink = "" + _t("Actions") + "" + if (!this.shared) + actionsLink = "" if (this.leaf) { var certified = "" if (this.certified == "true") @@ -45,7 +48,7 @@ class Node { var nameLink = "" + this.path + "" var html = "