mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-08 04:54:32 +00:00
remove extra <template> tag from ips block
This commit is contained in:
parent
1ac8ceb8a6
commit
d47d7c1b7d
1 changed files with 4 additions and 6 deletions
|
@ -103,12 +103,10 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<template #icon><i class="ph-network ph-bold ph-lg"></i></template>
|
<template #icon><i class="ph-network ph-bold ph-lg"></i></template>
|
||||||
<template #label>{{ i18n.ts.ip }}</template>
|
<template #label>{{ i18n.ts.ip }}</template>
|
||||||
<MkInfo>{{ i18n.ts.ipTip }}</MkInfo>
|
<MkInfo>{{ i18n.ts.ipTip }}</MkInfo>
|
||||||
<template>
|
<div v-for="record in ips" :key="record.ip" class="_monospace" :class="$style.ip" style="margin: 1em 0;">
|
||||||
<div v-for="record in ips" :key="record.ip" class="_monospace" :class="$style.ip" style="margin: 1em 0;">
|
<span class="date">{{ record.createdAt }}</span>
|
||||||
<span class="date">{{ record.createdAt }}</span>
|
<span class="ip">{{ record.ip }}</span>
|
||||||
<span class="ip">{{ record.ip }}</span>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
</MkFolder>
|
</MkFolder>
|
||||||
|
|
||||||
<MkFolder v-if="iAmModerator" :defaultOpen="moderationNote.length > 0">
|
<MkFolder v-if="iAmModerator" :defaultOpen="moderationNote.length > 0">
|
||||||
|
|
Loading…
Add table
Reference in a new issue