Changes download icons to cloud-download (#1688)
And now they're all the same!
This commit is contained in:
		
							parent
							
								
									a8336925b6
								
							
						
					
					
						commit
						6cabb9c875
					
				| @ -265,7 +265,7 @@ export class ArchivedItemDetail extends TailwindElement { | ||||
|               size="small" | ||||
|               variant="primary" | ||||
|             > | ||||
|               <sl-icon slot="prefix" name="download"></sl-icon> | ||||
|               <sl-icon slot="prefix" name="cloud-download"></sl-icon> | ||||
|               ${msg("Download Logs")} | ||||
|             </sl-button>`, | ||||
|           this.renderLogs(), | ||||
|  | ||||
| @ -527,7 +527,7 @@ export class WorkflowDetail extends LiteElement { | ||||
|             size="small" | ||||
|             ?disabled=${!isDownloadEnabled} | ||||
|           > | ||||
|             <sl-icon slot="prefix" name="download"></sl-icon> | ||||
|             <sl-icon slot="prefix" name="cloud-download"></sl-icon> | ||||
|             ${msg("Download Logs")} | ||||
|           </sl-button> | ||||
|         </sl-tooltip>`; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user