mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
remove orderby on fav list
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<table class="table table-striped table-hover table-vmiddle">
|
||||
<tbody>
|
||||
<tr ng-repeat="login in favoriteLogins = (logins | filter: { favorite: true } |
|
||||
filter: (main.searchVaultText || '') | orderBy: ['name', 'username'])">
|
||||
filter: (main.searchVaultText || ''))">
|
||||
<td style="width: 70px;">
|
||||
<div class="btn-group" uib-dropdown dropdown-append-to-body>
|
||||
<button type="button" class="btn btn-default" uib-dropdown-toggle>
|
||||
|
||||
Reference in New Issue
Block a user