mirror of
https://github.com/traefik/traefik
synced 2026-02-03 13:30:32 +00:00
Updates the Hub tooltip content using a web component and adds an option to disable Hub button
This commit is contained in:
@@ -205,6 +205,10 @@ func setupServer(staticConfiguration *static.Configuration) (*server.Server, err
|
||||
log.WithoutContext().Warn("Traefik Pilot has been removed.")
|
||||
}
|
||||
|
||||
if staticConfiguration.API != nil {
|
||||
version.DisableDashboardAd = staticConfiguration.API.DisableDashboardAd
|
||||
}
|
||||
|
||||
// Plugins
|
||||
|
||||
pluginBuilder, err := createPluginBuilder(staticConfiguration)
|
||||
|
||||
Reference in New Issue
Block a user