diff --git a/public/app/features/inspector/QueryInspector.tsx b/public/app/features/inspector/QueryInspector.tsx index 7b9f9912754..c907b647309 100644 --- a/public/app/features/inspector/QueryInspector.tsx +++ b/public/app/features/inspector/QueryInspector.tsx @@ -5,7 +5,7 @@ import { Subscription } from 'rxjs'; import { LoadingState, PanelData } from '@grafana/data'; import { selectors } from '@grafana/e2e-selectors'; import { config } from '@grafana/runtime'; -import { Button, ClipboardButton, JSONFormatter, LoadingPlaceholder, Stack } from '@grafana/ui'; +import { Button, ClipboardButton, JSONFormatter, LoadingPlaceholder, Space, Stack } from '@grafana/ui'; import { Trans } from 'app/core/internationalization'; import { backendSrv } from 'app/core/services/backend_srv'; @@ -237,7 +237,7 @@ export class QueryInspector extends PureComponent {

{this.renderExecutedQueries(executedQueries)} -
+ {haveData && allNodesExpanded && ( - )} {haveData && !allNodesExpanded && ( - )} {haveData && ( - + Copy to clipboard )} -
-
+
+
{isLoading && } {!isLoading && haveData && (