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"
|
size="small"
|
||||||
variant="primary"
|
variant="primary"
|
||||||
>
|
>
|
||||||
<sl-icon slot="prefix" name="download"></sl-icon>
|
<sl-icon slot="prefix" name="cloud-download"></sl-icon>
|
||||||
${msg("Download Logs")}
|
${msg("Download Logs")}
|
||||||
</sl-button>`,
|
</sl-button>`,
|
||||||
this.renderLogs(),
|
this.renderLogs(),
|
||||||
|
@ -527,7 +527,7 @@ export class WorkflowDetail extends LiteElement {
|
|||||||
size="small"
|
size="small"
|
||||||
?disabled=${!isDownloadEnabled}
|
?disabled=${!isDownloadEnabled}
|
||||||
>
|
>
|
||||||
<sl-icon slot="prefix" name="download"></sl-icon>
|
<sl-icon slot="prefix" name="cloud-download"></sl-icon>
|
||||||
${msg("Download Logs")}
|
${msg("Download Logs")}
|
||||||
</sl-button>
|
</sl-button>
|
||||||
</sl-tooltip>`;
|
</sl-tooltip>`;
|
||||||
|
Loading…
Reference in New Issue
Block a user