Merge pull request #221 from richardanaya/rename-invoke-to-run-heartbeat
Rename Invoke button to Run Heartbeat for UX consistency
This commit is contained in:
commit
671a8ae554
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ export function AgentDetail() {
|
||||||
disabled={agentAction.isPending || isPendingApproval}
|
disabled={agentAction.isPending || isPendingApproval}
|
||||||
>
|
>
|
||||||
<Play className="h-3.5 w-3.5 sm:mr-1" />
|
<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>
|
</Button>
|
||||||
{agent.status === "paused" ? (
|
{agent.status === "paused" ? (
|
||||||
<Button
|
<Button
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue