1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

Added account activity tab

This commit is contained in:
eldadfux 2019-08-28 02:02:19 +03:00
parent 3330c4bcb7
commit 5e4b3bf24c
4 changed files with 7 additions and 8 deletions

View file

@ -249,15 +249,15 @@ use Utopia\Locale\Locale;
<input type="hidden" name="id" value="0">
<button class="danger"><?php echo Locale::getText('console.account.section.security.devices.logout-all'); ?></button>
</form>
</li>
<li data-state="/console/account/activity">
<h2>Activity</h2>
<div class="account"
<div
data-service="account.getSecurity"
data-scope="console"
data-name="securityLogs"
data-event="load">
<span data-ls-bind="{{securityLogs}}"></span>
<h3><?php echo Locale::getText('console.account.section.security.recent-activity.title'); ?></h3>
<div class="box">
<table class="vertical small">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -103,7 +103,6 @@ table {
@media @phones, @tablets {
display: block;
overflow: hidden;
border-top: solid 1px @config-color-fade-super;
padding-top: 12px;
.hide {
@ -125,7 +124,7 @@ table {
}
td, th {
padding: 5px 10px!important;
padding: 5px 20px!important;
text-overflow: ellipsis;
white-space: normal;
height: 40px;