mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00: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…
	
	Add table
		
		Reference in a new issue