mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Bugfix identities management layout
This commit is contained in:
parent
8ac116d0a4
commit
c165e77ca2
1 changed files with 3 additions and 1 deletions
|
|
@ -43,8 +43,10 @@
|
|||
<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 }">
|
||||
<td class="e-action">
|
||||
<td>
|
||||
<i class="fontastic drag-handle">⬍</i>
|
||||
</td>
|
||||
<td class="e-action">
|
||||
<span class="identity-name" data-bind="text: formattedName()"></span>
|
||||
|
||||
<span class="identity-default" data-bind="visible: 0 === $index()" data-i18n="SETTINGS_ACCOUNTS/DEFAULT_IDENTITY_LABEL"></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue