mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 16:45:39 +08:00
Tweaks to staff action logs page
This commit is contained in:
parent
b6b30dabd4
commit
b097d780d0
@ -7,8 +7,8 @@
|
|||||||
<th class="action">{{i18n admin.logs.action}}</th>
|
<th class="action">{{i18n admin.logs.action}}</th>
|
||||||
<th class="staff_user">{{i18n admin.logs.staff_actions.staff_user}}</th>
|
<th class="staff_user">{{i18n admin.logs.staff_actions.staff_user}}</th>
|
||||||
<th class="target_user">{{i18n admin.logs.staff_actions.target_user}}</th>
|
<th class="target_user">{{i18n admin.logs.staff_actions.target_user}}</th>
|
||||||
|
<th class="created_at">{{i18n admin.logs.staff_actions.when}}</th>
|
||||||
<th class="context">{{i18n admin.logs.staff_actions.context}}</th>
|
<th class="context">{{i18n admin.logs.staff_actions.context}}</th>
|
||||||
<th class="created_at">{{i18n admin.logs.created_at}}</th>
|
|
||||||
<th class="details">{{i18n admin.logs.staff_actions.details}}</th>
|
<th class="details">{{i18n admin.logs.staff_actions.details}}</th>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
@ -28,8 +28,8 @@
|
|||||||
—
|
—
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
<td class="context">{{context}}</td>
|
|
||||||
<td class="created_at">{{unboundAgeWithTooltip created_at}}</td>
|
<td class="created_at">{{unboundAgeWithTooltip created_at}}</td>
|
||||||
|
<td class="context">{{context}}</td>
|
||||||
<td class="details">
|
<td class="details">
|
||||||
{{{formattedDetails}}}
|
{{{formattedDetails}}}
|
||||||
{{#if showFullDetails}}
|
{{#if showFullDetails}}
|
||||||
|
@ -706,14 +706,14 @@ table {
|
|||||||
.action {
|
.action {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
}
|
}
|
||||||
.staff_user, .target_user {
|
.staff_user, .target_user, .created_at {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.created_at {
|
.created_at {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.details {
|
.details {
|
||||||
width: 500px;
|
width: 400px;
|
||||||
a {
|
a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
@ -1178,6 +1178,7 @@ en:
|
|||||||
title: "Staff Actions"
|
title: "Staff Actions"
|
||||||
staff_user: "Staff User"
|
staff_user: "Staff User"
|
||||||
target_user: "Target User"
|
target_user: "Target User"
|
||||||
|
when: "When"
|
||||||
context: "Context"
|
context: "Context"
|
||||||
details: "Details"
|
details: "Details"
|
||||||
actions:
|
actions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user