Skip to content

ComplexConfiguration doesn't load custom dashboard by default #46

@tbeest

Description

@tbeest

The ComplexConfiguration VAF example includes a VaultApplication.Dashboard.cs, yet loads the basic Application Name/Version/Publisher text by default.
image

Including the following code within the VaultApplication class will load the dashboard, though I am left to wonder if that is the intended way:

public override string GetDashboardContent(IConfigurationRequestContext context)
{
	return GenerateDashboard();
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions