mirror of
https://github.com/bitwarden/web
synced 2025-12-14 23:33:16 +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">
|
<table class="table table-striped table-hover table-vmiddle">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr ng-repeat="login in favoriteLogins = (logins | filter: { favorite: true } |
|
<tr ng-repeat="login in favoriteLogins = (logins | filter: { favorite: true } |
|
||||||
filter: (main.searchVaultText || '') | orderBy: ['name', 'username'])">
|
filter: (main.searchVaultText || ''))">
|
||||||
<td style="width: 70px;">
|
<td style="width: 70px;">
|
||||||
<div class="btn-group" uib-dropdown dropdown-append-to-body>
|
<div class="btn-group" uib-dropdown dropdown-append-to-body>
|
||||||
<button type="button" class="btn btn-default" uib-dropdown-toggle>
|
<button type="button" class="btn btn-default" uib-dropdown-toggle>
|
||||||
|
|||||||
Reference in New Issue
Block a user