Tweak placeholder text to add 'port'
This commit is contained in:
parent
d38a25bb9a
commit
b0f33c132f
|
@ -44,6 +44,7 @@
|
|||
margin-left: 12px;
|
||||
}
|
||||
%filter-bar fieldset {
|
||||
min-width: 210px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{#if (gt items.length 0) }}
|
||||
<form class="filter-bar">
|
||||
{{freetext-filter onchange=(action 'filter') value=filter.s placeholder="Search by name"}}
|
||||
{{freetext-filter onchange=(action 'filter') value=filter.s placeholder="Search by name/port"}}
|
||||
</form>
|
||||
{{/if}}
|
||||
{{#if (gt filtered.length 0)}}
|
||||
|
|
Loading…
Reference in New Issue