1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +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:
Anthony Lapenna 2018-08-24 14:30:41 +02:00 committed by GitHub
parent c941fac2cc
commit 538a2b5ee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -181,7 +181,7 @@ func initSettings(settingsService portainer.SettingsService, flags *portainer.CL
if *flags.Templates != "" { if *flags.Templates != "" {
settings.TemplatesURL = *flags.Templates settings.TemplatesURL = *flags.Templates
} }
if *flags.Labels != nil { if *flags.Labels != nil {
settings.BlackListedLabels = *flags.Labels settings.BlackListedLabels = *flags.Labels
} else { } else {

View file

@ -8,7 +8,7 @@
</div> </div>
<div class="searchBar"> <div class="searchBar">
<i class="fa fa-search searchIcon" aria-hidden="true"></i> <i class="fa fa-search searchIcon" aria-hidden="true"></i>
<input type="text" class="searchInput" ng-model="$ctrl.state.textFilter" placeholder="Search..." auto-focus> <input type="text" class="searchInput" ng-model="$ctrl.state.textFilter" placeholder="Search...">
</div> </div>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-hover nowrap-cells"> <table class="table table-hover nowrap-cells">