Tweak placeholder text to add 'port'

This commit is contained in:
John Cowen 2018-06-01 13:19:12 +01:00
parent d38a25bb9a
commit b0f33c132f
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@
margin-left: 12px;
}
%filter-bar fieldset {
min-width: 210px;
width: auto;
}
}

View File

@ -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)}}