Moving the "Files" component from the sidebar to the tab section
- Create
.octoprint/plugins/filetab
,.octoprint/plugins/filetab/templates
and.octoprint/plugins/filetab/static/css
- Copy
__init__.py
to.octoprint/plugins/filetab
- Copy
filetab_tab.jinja2
to.octoprint/plugins/filetab/templates
- Copy
filetab.css
to.octoprint/plugins/filetab/static/css
- Optional: Adjust the
appearance.components.tab.order
to listplugin_filetab
in.octoprint/config.yaml
if you want the "Files" tab to be placed somewhere else than after the regular tab components, e.g.: