Updates the Hub tooltip content using a web component and adds an option to disable Hub button
This commit is contained in:
parent
48de3b0230
commit
e29da5ad65
13 changed files with 67 additions and 92 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue