Skip to content
Snippets Groups Projects
Commit c71e0e72 authored by Sean McGivern's avatar Sean McGivern Committed by 🤖 GitLab Bot 🤖
Browse files

Merge branch 'sh-fix-performance-bar-warnings' into 'master'

Fix performance bar warnings when Rugged is disabled

Closes #65491

See merge request gitlab-org/gitlab-ce!31395

(cherry picked from commit 2d72602b)

65f18888 Fix performance bar warnings when Rugged is disabled
parent c3fe0c25
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -44,7 +44,7 @@ export default {
</script>
<template>
<div
v-if="currentRequest.details"
v-if="currentRequest.details && metricDetails"
:id="`peek-view-${metric}`"
class="view qa-performance-bar-detailed-metric"
>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment