maikebing / SilkierQuartz

SilkierQuartz can host jobs using HostService and Provide a web management tools for Quartz !
http://sq.iotsharp.io/
MIT License
338 stars 69 forks source link

How to change the logo? #72

Closed biapar closed 3 years ago

biapar commented 3 years ago

How to change the logo?

khanhna commented 3 years ago

Not sure if that possible, currently logo image is embedded resource, along with a ton of static resources, even include the handle bar views. Even if you change the SitePhysicalDirectory options, and prepare replacement image, other static resources still not be found.

So in short... i don't think that possible at this point. But still... a nice option to have.

maikebing commented 3 years ago

SilkierQuartzOptions

public string Logo { get; set; } = "Content/Images/logo.png";

Supports any value that is a viable as a img src attribute value: url, or base64 src='data:image/jpeg;base64, LzlqLzRBQ...[end of base64 data]' Defaults to the SilkierQuartz original logo