Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use application name for dashboard page title #208

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

smitpatel
Copy link
Contributor

Resolves #153

@smitpatel
Copy link
Contributor Author

image

Copy link
Member

@davidfowl davidfowl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small nit

@smitpatel smitpatel enabled auto-merge (squash) October 10, 2023 21:24
@smitpatel smitpatel merged commit 8d0b3d2 into main Oct 10, 2023
4 checks passed
@smitpatel smitpatel deleted the smit/appname branch October 10, 2023 21:45
Comment on lines +264 to +267
if (applicationName.EndsWith(AppHostSuffix, StringComparison.OrdinalIgnoreCase))
{
applicationName = applicationName[..^AppHostSuffix.Length];
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could do this down at the DistributedApplication level in Aspire.Hosting. That would seem like the better place for this logic.

@github-actions github-actions bot locked and limited conversation to collaborators May 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dashboard should use the AppHost's ApplicationName instead of saying "Aspire Dashboard"
4 participants