Frontend: Refactor app bootstrapping templates and CSS imports #3168

This commit is contained in:
Michael Mayer
2025-01-06 15:05:39 +01:00
parent 172fb76259
commit 9f7d2f9434
22 changed files with 364 additions and 318 deletions

View File

@@ -78,7 +78,7 @@ func registerCountMetrics(factory promauto.Factory, counts config.ClientCounts)
}
// registerBuildInfoMetric registers a metric that provides build information.
func registerBuildInfoMetric(factory promauto.Factory, conf config.ClientConfig) {
func registerBuildInfoMetric(factory promauto.Factory, conf *config.ClientConfig) {
factory.NewGaugeVec(
prometheus.GaugeOpts{
Namespace: "photoprism",