diff --git a/source/Glimpse.Core/Resource/ConfigurationResource.cs b/source/Glimpse.Core/Resource/ConfigurationResource.cs index c73a986fa..d55cd3572 100644 --- a/source/Glimpse.Core/Resource/ConfigurationResource.cs +++ b/source/Glimpse.Core/Resource/ConfigurationResource.cs @@ -84,7 +84,7 @@ public IResourceResult Execute(IResourceContext context, IGlimpseConfiguration c var packages = FindPacakges(); content.Append("Glimpse - Configuration Page"); - content.Append(""); + content.Append(""); content.Append(""); content.Append(" "); content.Append("
\"Glimpse
v" + GlimpseRuntime.Version + " (core)

Bookmarklets
“Drag us to your favorites bar for quick and easy access to Glimpse”

find out moreTurn Glimpse OnTurn Glimpse OffSet Glimpse Session Name
"); @@ -100,16 +100,15 @@ public IResourceResult Execute(IResourceContext context, IGlimpseConfiguration c //Configuration generator content.Append("

Configuration Helper

"); - content.Append("
NOTE: The below is only designed to help generate the config which needs be copied over to your web.config
"); - content.Append("
"); - content.Append("
x
"); + content.Append("
NOTE: The below is only designed to help generate the config which needs be copied over to your web.config
"); + content.Append("
x
"); content.Append("
"); content.AppendFormat("
{0}
", Escape("")); content.AppendFormat("
{0}
", Escape(" ")); - content.AppendFormat("
{0}
", Escape(" ")); + content.AppendFormat("
{0}
", Escape(" ")); content.AppendFormat("
{0}
", Escape(" ")); content.Append("
"); @@ -119,7 +118,7 @@ public IResourceResult Execute(IResourceContext context, IGlimpseConfiguration c content.Append("
"); content.AppendFormat("
{0}
", Escape(" ")); - content.AppendFormat("
{0}
", Escape(" ")); + content.AppendFormat("
{0}
", Escape(" ")); content.AppendFormat("
{0}
", Escape(" ")); content.Append("
"); @@ -149,6 +148,15 @@ public IResourceResult Execute(IResourceContext context, IGlimpseConfiguration c content.AppendFormat("
{0}
", Escape("")); content.Append("
"); + content.Append("
    "); + content.Append("
  • Tab Management - Individual Tabs can be disabled by instructing Glimpse to ignore their types
  • "); + content.Append("
  • Runtime Policy Management - Individual Policies can be disabled by instructing Glimpse to ignore their types
      "); + content.Append("
    • Content Types - Filter what specific Content Types Glimpse will be enabled for
    • "); + content.Append("
    • Blacklist URIs - Filter Glimpse to only work on URIs that match specifc regular expressions
    • "); + content.Append("
    • Status Codes - Filter what specific Status Codes Glimpse will be enabled for
    "); + content.Append("
  • Logging - An internal Glimpse diagnostics log can be enabled to help troubleshoot problems with Glimpse
  • "); + content.Append("
"); + content.Append("
"); //Update notification @@ -159,6 +167,8 @@ public IResourceResult Execute(IResourceContext context, IGlimpseConfiguration c content.Append(""); //Configuration help content.Append("

Configuration Help?

Want to learn more about configuring Glimpse or how to disable Tabs or Policies?
Start Config Helper
"); //head over to our config help page + //Logging help + content.Append("

Glimpse Logging?

Have an issue? help us figure it out by turning on logging.
Find Out How
"); content.Append("
"); //Registered Tabs @@ -238,7 +248,7 @@ public IResourceResult Execute(IResourceContext context, IGlimpseConfiguration c content.Append("
"); content.Append(""); content.Append(""); - content.Append(""); + content.Append(""); content.Append(""); return new HtmlResourceResult(content.ToString());