mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Frontend: Refactor app bootstrapping templates and CSS imports #3168
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user