mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-21 15:58:52 +00:00
upload page: need to fix click problem, want to show the list of machines, TODO
This commit is contained in:
@@ -662,7 +662,7 @@
|
||||
this.element.setAttribute("enctype", "multipart/form-data");
|
||||
}
|
||||
if (this.element.classList.contains("dropzone") && !this.element.querySelector(".dz-message")) {
|
||||
this.element.appendChild(Dropzone.createElement("<div class=\"dz-default dz-message\"><span>" + this.options.dictDefaultMessage + "</span></div>"));
|
||||
this.element.appendChild(Dropzone.createElement("<div class=\"dz-default dz-message\" style=\"z-index:1;\"><span>" + this.options.dictDefaultMessage + "</span></div>"));
|
||||
}
|
||||
if (this.clickableElements.length) {
|
||||
setupHiddenFileInput = (function(_this) {
|
||||
|
Reference in New Issue
Block a user