Skip to content

ComplexConfiguration doesn't load custom dashboard by default #46

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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