summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/view/cbi/upload.htm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-base/luasrc/view/cbi/upload.htm')
-rw-r--r--modules/luci-base/luasrc/view/cbi/upload.htm14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/upload.htm b/modules/luci-base/luasrc/view/cbi/upload.htm
deleted file mode 100644
index e610495380..0000000000
--- a/modules/luci-base/luasrc/view/cbi/upload.htm
+++ /dev/null
@@ -1,14 +0,0 @@
-<%+cbi/valueheader%>
-
-<div<%=attr("data-ui-widget", luci.util.serialize_json({
- "FileUpload", self:cfgvalue(section) or self.default, {
- id = cbid,
- name = cbid,
- show_hidden = self.show_hidden,
- enable_remove = self.enable_remove,
- enable_upload = self.enable_upload,
- root_directory = "/" --self.root_directory
- }
-}))%>></div>
-
-<%+cbi/valuefooter%>