Rename Invoke button to Run Heartbeat for clarity
This commit is contained in:
parent
19c295ec03
commit
638f2303bb
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ export function AgentDetail() {
|
|||
disabled={agentAction.isPending || isPendingApproval}
|
||||
>
|
||||
<Play className="h-3.5 w-3.5 sm:mr-1" />
|
||||
<span className="hidden sm:inline">Invoke</span>
|
||||
<span className="hidden sm:inline">Run Heartbeat</span>
|
||||
</Button>
|
||||
{agent.status === "paused" ? (
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue