Skip to content
Snippets Groups Projects
Commit 2d72602b authored by Sean McGivern's avatar Sean McGivern
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
parents cdd0272e 65f18888
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