|
|
@ -153,7 +153,7 @@ class FileManager extends FileSystemApi { |
|
|
|
<div> |
|
|
|
<div> |
|
|
|
<i class="fas fa-exclamation-triangle text-danger mr-1"></i> |
|
|
|
<i class="fas fa-exclamation-triangle text-danger mr-1"></i> |
|
|
|
<span> |
|
|
|
<span> |
|
|
|
${this.currentRequest.from}<span class="text-warning"> is modyfing </span>${path} |
|
|
|
${this.currentRequest.from}<span class="text-danger"> is modyfing </span>${path} |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div>`, actions, { time: 4000 }) |
|
|
|
</div>`, actions, { time: 4000 }) |
|
|
|
if (reject) throw new Error(`set file operation on ${path} aborted by user.`) |
|
|
|
if (reject) throw new Error(`set file operation on ${path} aborted by user.`) |
|
|
|