Commit 06280e2b authored by N Oliver's avatar N Oliver

Update webinterface.py

oops! :'( web/css/style.css
parent 3cfe86f9
...@@ -378,7 +378,7 @@ def StartWebInterfaceThread(webInterface): ...@@ -378,7 +378,7 @@ def StartWebInterfaceThread(webInterface):
cherrypy.config.update({'engine.autoreload_on':False}) cherrypy.config.update({'engine.autoreload_on':False})
cherrypy.config.update(configfile(webInterface.pface.web_config or "http.config")) cherrypy.config.update(configfile(webInterface.pface.web_config or "http.config"))
conf = {'/css/style.css': {'tools.staticfile.on': True, conf = {'/css/style.css': {'tools.staticfile.on': True,
'tools.staticfile.filename': sharedfile('web/style.css'), 'tools.staticfile.filename': sharedfile('web/css/style.css'),
}, },
'/js/asyncCommand.js': {'tools.staticfile.on': True, '/js/asyncCommand.js': {'tools.staticfile.on': True,
'tools.staticfile.filename': sharedfile('web/js/asyncCommand.js'), 'tools.staticfile.filename': sharedfile('web/js/asyncCommand.js'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment