op-packages/luci-app-tinyfilemanager/htdocs/luci-static/resources/view/tinyfilemanager/main.js
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

19 lines
347 B
JavaScript

'use strict';
'require view';
return view.extend({
handleSaveApply: null,
handleSave: null,
handleReset: null,
load() {
},
render() {
return E('iframe', {
src: window.location.protocol + '//' + window.location.hostname + '/tinyfilemanager/',
style: 'width: 100%; min-height: 100vh; border: none; border-radius: 3px;'
});
}
});