[chore] Rename frontend.tmpl to settings.tmpl, remove unused "lightgray" class (#2674)

This commit is contained in:
tobi 2024-02-21 16:11:11 +01:00 committed by GitHub
commit 5aca09b59e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ func (m *Module) SettingsPanelHandler(c *gin.Context) {
}
page := apiutil.WebPage{
Template: "frontend.tmpl",
Template: "settings.tmpl",
Instance: instance,
Stylesheets: []string{
cssFA,