From 0f4ed7a91be14e508a73106ac03d82cd30722e9b Mon Sep 17 00:00:00 2001 From: John Cowen Date: Thu, 20 May 2021 16:24:50 +0100 Subject: [PATCH] ui: Adds QUnit toggle bookmarklet to our docs (#10269) --- ui/packages/consul-ui/docs/bookmarklets.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/packages/consul-ui/docs/bookmarklets.mdx b/ui/packages/consul-ui/docs/bookmarklets.mdx index 8d6f93003..e566295db 100644 --- a/ui/packages/consul-ui/docs/bookmarklets.mdx +++ b/ui/packages/consul-ui/docs/bookmarklets.mdx @@ -13,6 +13,7 @@ Below is a list of the most commonly used functions as bookmarklets followed by | [Enable Partitions](javascript:Scenario('CONSUL_PARTITIONS_ENABLE=1')) | Enable Admin Partition Support | | [Enable SSO ](javascript:Scenario('CONSUL_SSO_ENABLE=1')) | Enable SSO Support | | [Enable Metrics](javascript:Scenario('CONSUL_METRICS_PROXY_ENABLE=1;CONSUL_METRICS_PROVIDER=prometheus')) | Enable all configuration required for viewing the full Metrics Visualization | +| [Toggle QUnit Display](javascript:(function()%7B(function()%7Bconst%20s%20%3D%20document.getElementById(%22ember-testing-container%22).style%3Bs.display%20%3D%20s.display%20%3D%3D%3D%20%22none%22%20%3F%20%22block%22%20%3A%20%22none%22%3B%7D)()%3B%7D)()%3B) | Toggle the QUnit display on or off during browser testing | | Function | Arguments | Description | | -------- | --------- | ----------- |