mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 18:19:14 -05:00
Add Dynamix File Manager to stock GUI
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
; (function() {
|
||||
window.require(["ace/mode/text"], function(m) {
|
||||
if (typeof module == "object" && typeof exports == "object" && module) {
|
||||
module.exports = m;
|
||||
}
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user