We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a1577 commit ee12036Copy full SHA for ee12036
sqlite-web/rootfs/etc/s6-overlay/s6-rc.d/init-sqlite-web/run
@@ -14,7 +14,3 @@ fi
14
if ! bashio::fs.file_exists "${database}"; then
15
bashio::exit.nok "The database file '${database}' is not found"
16
fi
17
-
18
-# Made tables go wide!
19
-sed -i "s#container#container-fluid#g" \
20
- /usr/lib/python3.11/site-packages/sqlite_web/templates/base.html
0 commit comments