简体   繁体   中英

Restyle Resque web interface

I am starting using Redis for our web application, but I planning integrate its web admin interface to our application, at least in styling (partially this application will be an administration interface of our infrastructure). Is there a way to inject some js/css to this application?

I know Redis uses Sinatra, but I does not know very well that framework, so possibly I cannot found some trivial solution. If this happen, pls. help me with a link to some description/tutorial.

Thanks.

There is a stylesheet ( lib/resque/server/public/style.css ) that you can edit to change the appearance of the Resque web interface. You should fetch the source code from github , make your changes and run your modified resque application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM