mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 13:33:08 +02:00
[Client] Fix UI
This commit is contained in:
parent
d5e80caac8
commit
45fb2ecb3a
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
||||||
<sequential-entrance animation="entranceFromTop" delay="25">
|
<sequential-entrance animation="entranceFromTop" delay="25">
|
||||||
<div v-for="report in userReports" :key="report.id" class="haexwsjc">
|
<div v-for="report in userReports" :key="report.id" class="haexwsjc">
|
||||||
<ui-horizon-group inputs>
|
<ui-horizon-group inputs>
|
||||||
<ui-input :value="report.user | acct" type="text">
|
<ui-input :value="report.user | acct" type="text" readonly>
|
||||||
<span>{{ $t('target') }}</span>
|
<span>{{ $t('target') }}</span>
|
||||||
</ui-input>
|
</ui-input>
|
||||||
<ui-input :value="report.reporter | acct" type="text">
|
<ui-input :value="report.reporter | acct" type="text" readonly>
|
||||||
<span>{{ $t('reporter') }}</span>
|
<span>{{ $t('reporter') }}</span>
|
||||||
</ui-input>
|
</ui-input>
|
||||||
</ui-horizon-group>
|
</ui-horizon-group>
|
||||||
|
|
Loading…
Reference in a new issue