mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-22 02:28:35 +01:00
🎨
This commit is contained in:
parent
ed71b0b7d4
commit
2fa805b8f7
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<template>
|
<template>
|
||||||
<MkFolder>
|
<MkFolder>
|
||||||
<template #label>{{ entity.name || entity.url }}</template>
|
<template #label>{{ entity.name || entity.url }}</template>
|
||||||
|
<template v-if="entity.name != null && entity.name != ''" #caption>{{ entity.url }}</template>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<i v-if="!entity.isActive" class="ti ti-player-pause"/>
|
<i v-if="!entity.isActive" class="ti ti-player-pause"/>
|
||||||
<i v-else-if="entity.latestStatus === null" class="ti ti-circle"/>
|
<i v-else-if="entity.latestStatus === null" class="ti ti-circle"/>
|
||||||
|
|
Loading…
Reference in a new issue