fix search
This commit is contained in:
@@ -28,12 +28,20 @@
|
||||
|
||||
<umb-editor-sub-header-section ng-if="vm.dashboard.urlTrackerDisabled === false">
|
||||
|
||||
<input
|
||||
class="-full-width-input"
|
||||
placeholder="Search for redirect"
|
||||
ng-model="vm.dashboard.searchTerm"
|
||||
ng-change="vm.filter()"
|
||||
no-dirty-check>
|
||||
<form class="form-search -no-margin-bottom pull-right" novalidate>
|
||||
<div class="inner-addon left-addon">
|
||||
<i class="icon icon-search"></i>
|
||||
<input
|
||||
class="form-control search-input"
|
||||
type="text"
|
||||
localize="placeholder"
|
||||
placeholder="@general_typeToSearch"
|
||||
ng-model="vm.dashboard.searchTerm"
|
||||
ng-change="vm.filter()"
|
||||
prevent-enter-submit
|
||||
no-dirty-check>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</umb-editor-sub-header-section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user