mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Add back button to the Roles page.
This commit is contained in:
		
							parent
							
								
									d9ba0f9f0d
								
							
						
					
					
						commit
						025b2467b2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
			
		|||
 | 
			
		||||
<template>
 | 
			
		||||
<MkStickyContainer>
 | 
			
		||||
	<template #header><MkPageHeader v-model:tab="tab" :tabs="headerTabs"/></template>
 | 
			
		||||
	<template #header><MkPageHeader v-model:tab="tab" :displayBackButton="true" :tabs="headerTabs"/></template>
 | 
			
		||||
	<MKSpacer v-if="!(typeof error === 'undefined')" :contentMax="1200">
 | 
			
		||||
		<div :class="$style.root">
 | 
			
		||||
			<img :class="$style.img" :src="serverErrorImageUrl" class="_ghost"/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue