mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed account tabs
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
<div class="zone xl">
|
||||
<ul class="phases clear" data-ui-phases data-selected="{{router.params.tab}}">
|
||||
<li data-state="/console/account">
|
||||
<h2 class="margin-bottom">Overview</h2>
|
||||
|
||||
<div
|
||||
data-service="account.get"
|
||||
data-scope="console"
|
||||
@@ -18,8 +20,6 @@
|
||||
data-failure="trigger"
|
||||
data-failure-param-trigger-events="account.deleteSession">
|
||||
|
||||
<h2 class="margin-bottom"><span class="number"><i class="icon-user"></i></span>Overview</h2>
|
||||
|
||||
<div class="row responsive force-reverse">
|
||||
<div class="col span-3 text-align-center margin-bottom">
|
||||
<img src="" data-ls-attrs="src={{account|avatar}}" data-size="200" height="150" alt="User Avatar" class="avatar huge huge margin-bottom-small" />
|
||||
@@ -184,7 +184,7 @@
|
||||
</div>
|
||||
</li>
|
||||
<li data-state="/console/account/devices">
|
||||
<h2><span class="number"><i class="icon-shield"></i></span>Devices</h2>
|
||||
<h2>Devices</h2>
|
||||
|
||||
<div class="box margin-bottom"
|
||||
data-service="account.getSessions"
|
||||
|
||||
Reference in New Issue
Block a user