Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efbcb42f authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

remove option to delete identity

parent c40b1141
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -86,19 +86,6 @@
								(<span class="i18n" data-i18n="SETTINGS_ACCOUNTS/DEFAULT_IDENTITY_LABEL"></span>)
							</span>
						</td>
						<td>
							<span data-bind="visible: !canBeDeleted()"></span>
							<a class="btn btn-small btn-small-small btn-danger pull-right button-delete button-delete-transitions"
								data-bind="visible: canBeDeleted, css: {'delete-access': deleteAccess}, click: function(oIdentity) { $root.deleteIdentity(oIdentity); }">
								<span class="i18n" data-i18n="SETTINGS_ACCOUNTS/DELETING_ASK"></span>
							</a>
						</td>
						<td>
							<span class="delete-identity"
								data-bind="visible: !deleteAccess() && canBeDeleted(), click: function (oIdentity) { $root.identityForDeletion(oIdentity); }">
								<i class="icon-trash"></i>
							</span>
						</td>
					</tr>
				</tbody>
			</table>