mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(service-details): disable auto-focus on task datatable (#2214)
* fix(service-details): disable auto-focus on task datatable * refactor(api): gofmt main.go
This commit is contained in:
parent
c941fac2cc
commit
538a2b5ee2
2 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ func initSettings(settingsService portainer.SettingsService, flags *portainer.CL
|
|||
if *flags.Templates != "" {
|
||||
settings.TemplatesURL = *flags.Templates
|
||||
}
|
||||
|
||||
|
||||
if *flags.Labels != nil {
|
||||
settings.BlackListedLabels = *flags.Labels
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue