File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 77		{{if .HasWorkflowsOrRuns}}
88		<div class="ui stackable grid">
99			<div class="four wide column">
10- 				<div class="ui fluid vertical menu">
10+ 				<div class="ui fluid vertical menu flex-items-block ">
1111					<a class="item{{if not $.CurWorkflow}} active{{end}}" href="?actor={{$.CurActor}}&status={{$.CurStatus}}">{{ctx.Locale.Tr "actions.runs.all_workflows"}}</a>
1212					{{range .workflows}}
1313						<a class="item{{if eq .Entry.Name $.CurWorkflow}} active{{end}}" href="?workflow={{.Entry.Name}}&actor={{$.CurActor}}&status={{$.CurStatus}}">
14- 							<div class="flex-text-block">
15- 								{{.Entry.Name}}
16- 								{{if .ErrMsg}}
17- 									<span class="flex-text-inline" data-tooltip-content="{{.ErrMsg}}">
18- 										{{svg "octicon-alert" 16 "text red"}}
19- 									</span>
20- 								{{end}}
14+ 							{{.Entry.Name}}
15+ 							{{if .ErrMsg}}
16+ 								<span class="flex-text-inline" data-tooltip-content="{{.ErrMsg}}">
17+ 									{{svg "octicon-alert" 16 "text red"}}
18+ 								</span>
19+ 							{{end}}
2120
22- 								{{if $.ActionsConfig.IsWorkflowDisabled .Entry.Name}}
23- 									<div class="ui red label">{{ctx.Locale.Tr "disabled"}}</div>
24- 								{{end}}
25- 							</div>
21+ 							{{if $.ActionsConfig.IsWorkflowDisabled .Entry.Name}}
22+ 								<div class="ui red label">{{ctx.Locale.Tr "disabled"}}</div>
23+ 							{{end}}
2624						</a>
2725					{{end}}
2826				</div>
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments