Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable field data fetching in DevTools #26435

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/front_end/panels/timeline/components/LiveMetricsView.ts b/front_end/panels/timeline/components/LiveMetricsView.ts
index a0a0d4ecbcdd3253e1307a9ff8857dad3e78ff33..a71d8a42a0edf1c8d2cb2d0b6c9e8efdd58af1af 100644
--- a/front_end/panels/timeline/components/LiveMetricsView.ts
+++ b/front_end/panels/timeline/components/LiveMetricsView.ts
@@ -1103,7 +1103,7 @@ export class LiveMetricsView extends LegacyWrapper.LegacyWrapper.WrappableCompon
</main>
<aside class="next-steps" aria-labelledby="next-steps-section-title">
<h2 id="next-steps-section-title" class="section-title">${i18nString(UIStrings.nextSteps)}</h2>
- <div id="field-setup" class="settings-card">
+ <div id="field-setup" class="settings-card" hidden="true">
<h3 class="card-title">${i18nString(UIStrings.fieldData)}</h3>
${this.#renderFieldDataMessage()}
${this.#renderPageScopeSetting()}
Loading