mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Change for #1013
This commit is contained in:
parent
eab3beaf2a
commit
674e842861
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
</a>
|
||||
<table class="table table-hover list-table identities-list" data-bind="i18nUpdate: identities">
|
||||
<tbody data-bind="foreach: identities">
|
||||
<tr draggable="true" data-bind="sortableItem: { list: $root.identities, afterMove: $root.accountsAndIdentitiesAfterMove }">
|
||||
<tr draggable="true" data-bind="attr: {'data-identity-id': id}, sortableItem: { list: $root.identities, afterMove: $root.accountsAndIdentitiesAfterMove }">
|
||||
<td>
|
||||
<i class="fontastic drag-handle">⬍</i>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue