Fix wrong account type

This commit is contained in:
nathan 2023-07-04 10:02:13 -06:00
parent 0e6f74da02
commit 5c112f471b

View File

@ -16,9 +16,9 @@
<rows> <rows>
<row> <row>
<nextmatch-sortheader label="ID" id="token_id"/> <nextmatch-sortheader label="ID" id="token_id"/>
<et2-nextmatch-header-account id="account_id" emptyLabel="User" accountType="user"> <et2-nextmatch-header-account id="account_id" emptyLabel="User" accountType="accounts">
<option value="0">All users</option> <option value="0">All users</option>
</et2-nextmatch-header-account> </et2-nextmatch-header-account>
<nextmatch-header id="token_apps" label="Applications"/> <nextmatch-header id="token_apps" label="Applications"/>
<nextmatch-sortheader label="Expiration" id="token_valid_until"/> <nextmatch-sortheader label="Expiration" id="token_valid_until"/>
<et2-vbox> <et2-vbox>