1
0
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:
Kyle Spearrin
2017-04-13 17:25:02 -04:00
parent ee1c884ef1
commit 2228263b9f

View File

@@ -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>