mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
Fixed #1252 (Show the correct user type on the management page for Plex Users)
Fixed #1261 (User login time not being populated)
This commit is contained in:
parent
f7926f13b5
commit
4e817b5aaa
5 changed files with 30 additions and 32 deletions
|
@ -76,7 +76,7 @@
|
|||
</td>
|
||||
<td ng-hide="hideColumns">
|
||||
<span ng-if="u.type === 1">Local User</span>
|
||||
<span ng-if="u.type === 3">Plex User</span>
|
||||
<span ng-if="u.type === 0">Plex User</span>
|
||||
<span ng-if="u.type === 2">Emby User</span>
|
||||
</td>
|
||||
<td ng-hide="hideColumns" ng-bind="u.lastLoggedIn === minDate ? 'Never' : formatDate(u.lastLoggedIn)"></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue