saussact / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

Move images into a web folder #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The WebApp UI images/icons currently reside inside the org.openhab.ui.webapp 
bundle and thus are not easily changed.

They should be moved to ${openhab.home}/webapps/images, so that the user can 
easily replace images or add new ones. Jetty needs to be configured to serve 
this folder through HTTP.

Original issue reported on code.google.com by kai.openhab on 17 Mar 2011 at 4:43

GoogleCodeExporter commented 9 years ago

Original comment by kai.openhab on 17 Mar 2011 at 4:43

GoogleCodeExporter commented 9 years ago

Original comment by kai.openhab on 18 Mar 2011 at 8:49

GoogleCodeExporter commented 9 years ago
This issue has been implemented.
The images are now available in ${openhab.home}/webapps/images and can be 
freely changed by the user.

Original comment by kai.openhab on 18 Jul 2011 at 12:51