mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 16:05:06 +01:00 
			
		
		
		
	fix typo for tagEditDisplay
This commit is contained in:
		| @@ -235,7 +235,7 @@ | ||||
|           {/if} | ||||
|           <TabPane tabId="meta-info" tab="Job Info" active={$initq.data?.job?.metaData?.message?false:true}> | ||||
|             <CardBody class="pb-2"> | ||||
|               <JobInfo job={$initq.data.job} {username} {authlevel} {roles} showTagedit/> | ||||
|               <JobInfo job={$initq.data.job} {username} {authlevel} {roles} showTagEdit/> | ||||
|             </CardBody> | ||||
|           </TabPane> | ||||
|           {#if $initq.data.job.concurrentJobs != null && $initq.data.job.concurrentJobs.items.length != 0} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user