UX: Update HTML following core change (#6)

This commit is contained in:
David Taylor 2021-12-01 18:43:11 +00:00 committed by GitHub
parent 1f5aebb180
commit 8ad475a960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,18 +13,19 @@
</div>
{{/if}}
</div>
<div>
<span class="total-rows">
<div class="inline-form">
<label class="total-rows">
{{#if model.totalRows}}
{{i18n "directory.total_rows" count=model.totalRows}}
{{/if}}
</span>
</label>
{{input
value=(readonly nameInput)
input=(action "onUsernameFilterChanged" value="target.value")
placeholderKey="directory.filter_name"
class="filter-name no-blur"
}}
{{#if showGroupFilter}}
{{combo-box
class="directory-group-selector"
value=group
@ -34,6 +35,7 @@
none="directory.group.all"
)
}}
{{/if}}
{{#if currentUser.staff}}
{{d-button
icon="wrench"