[nit] add refresh button to workflow sidebar tab (#3062)

This commit is contained in:
samnyan
2025-03-17 07:46:13 +08:00
committed by GitHub
parent edeefe0883
commit 7ef6e52f38

View File

@@ -4,6 +4,13 @@
class="workflows-sidebar-tab bg-[var(--p-tree-background)]"
>
<template #tool-buttons>
<Button
icon="pi pi-refresh"
@click="workflowStore.syncWorkflows()"
severity="secondary"
text
v-tooltip.bottom="$t('g.refresh')"
/>
<Button
class="browse-templates-button"
icon="pi pi-th-large"