@if (!SystemStartup.IsDatabaseReady)
{
Database is initializingPlease wait, this may take a few minutes.This page will automatically refresh when the database is ready.
}
else if (!SystemStartup.IsSearchIndexReady)
{
Search Index is initializingPlease wait, this may take a few minutes.This page will automatically refresh when the search index is ready.
}
else
{
Health ChecksCheckMessage
@if (context.Link.IsSome)
{
foreach (string link in context.Link)
{
@context.Message
}
}
else
{
@context.Message
}
Full changelog is available on GitHub
}