Skip to content

Commit

Permalink
[mq] working branch - merge 79127a8 on top of main at 5966afb
Browse files Browse the repository at this point in the history
{"baseBranch":"main","baseCommit":"5966afb282c3f4f6363651274e2e297644c978be","createdAt":"2025-02-05T10:46:59.433793Z","headSha":"79127a82f1d69cad79d479842eede6fc5cfc5116","id":"f9f7f4f0-1a70-45b1-b9d7-3391c877bd27","priority":"200","pullRequestNumber":"33656","queuedAt":"2025-02-05T10:46:59.431193Z","status":"STATUS_QUEUED"}
  • Loading branch information
dd-mergequeue[bot] authored Feb 5, 2025
2 parents 96f3e70 + 79127a8 commit 7704532
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/agent/subcommands/diagnose/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ This command print the inventory-otel metadata payload. This payload is used by

payloadInventoriesHaAgentCmd := &cobra.Command{
Use: "ha-agent",
Short: "Print the HA Agent metadata payload.",
Short: "Print the HA Agent Metadata payload.",
Long: `
This command print the ha-agent metadata payload. This payload is used by the 'HA Agent' feature.`,
RunE: func(_ *cobra.Command, _ []string) error {
Expand Down
2 changes: 1 addition & 1 deletion comp/metadata/haagent/impl/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var templatesFS embed.FS

// Name renders the name
func (i *haagentimpl) Name() string {
return "HA Agent metadata"
return "HA Agent Metadata"
}

// Index renders the index
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="stat">
<span class="stat_title">HA Agent metadata</span>
<span class="stat_title">HA Agent Metadata</span>
<span class="stat_data">
{{- range $key, $value := .ha_agent_metadata }}
{{ $key }}: {{ $value }}<br>
Expand Down

0 comments on commit 7704532

Please sign in to comment.