Skip to content

Commit

Permalink
[chore] Rename frontend.tmpl to settings.tmpl, remove unused "lightgr…
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst authored Feb 21, 2024
1 parent 2d9e498 commit 5aca09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/web/settings-panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion web/template/frontend.tmpl → web/template/settings.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/ -}}

{{- with . }}
<main class="lightgray">
<main class="settings">
<div id="root"></div>
</main>
{{- end }}

0 comments on commit 5aca09b

Please sign in to comment.