mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-08-27 00:37:20 +00:00
Log namespace when analyzing deployment status (#1757)
This commit is contained in:
@@ -21,7 +21,7 @@ func (a *AnalyzeDeploymentStatus) Title() string {
|
||||
}
|
||||
|
||||
if a.analyzer.Name != "" && a.analyzer.Namespace != "" {
|
||||
return fmt.Sprintf("%s/%s Deployment Status", a.analyzer.Name, a.analyzer.Name)
|
||||
return fmt.Sprintf("%s/%s Deployment Status", a.analyzer.Namespace, a.analyzer.Name)
|
||||
}
|
||||
|
||||
if a.analyzer.Name != "" {
|
||||
|
||||
Reference in New Issue
Block a user