mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24: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>
 | 
			
		||||
<MkFolder>
 | 
			
		||||
	<template #label>{{ entity.name || entity.url }}</template>
 | 
			
		||||
	<template v-if="entity.name != null && entity.name != ''" #caption>{{ entity.url }}</template>
 | 
			
		||||
	<template #icon>
 | 
			
		||||
		<i v-if="!entity.isActive" class="ti ti-player-pause"/>
 | 
			
		||||
		<i v-else-if="entity.latestStatus === null" class="ti ti-circle"/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue