Merge branch '37102-fix-prometheus-graph-cursor-flag' into 'master'
Ensure Prometheus graph overlay is in front of cursor flag Closes #37102 See merge request !13867
This commit is contained in:
commit
5f60b9b698
1 changed files with 8 additions and 8 deletions
|
@ -268,14 +268,6 @@
|
||||||
stroke-width="2"
|
stroke-width="2"
|
||||||
transform="translate(-5, 20)">
|
transform="translate(-5, 20)">
|
||||||
</path>
|
</path>
|
||||||
<rect
|
|
||||||
class="prometheus-graph-overlay"
|
|
||||||
:width="(graphWidth - 70)"
|
|
||||||
:height="(graphHeight - 100)"
|
|
||||||
transform="translate(-5, 20)"
|
|
||||||
ref="graphOverlay"
|
|
||||||
@mousemove="handleMouseOverGraph($event)">
|
|
||||||
</rect>
|
|
||||||
<monitoring-deployment
|
<monitoring-deployment
|
||||||
:show-deploy-info="showDeployInfo"
|
:show-deploy-info="showDeployInfo"
|
||||||
:deployment-data="reducedDeploymentData"
|
:deployment-data="reducedDeploymentData"
|
||||||
|
@ -291,6 +283,14 @@
|
||||||
:graph-height="graphHeight"
|
:graph-height="graphHeight"
|
||||||
:graph-height-offset="graphHeightOffset"
|
:graph-height-offset="graphHeightOffset"
|
||||||
/>
|
/>
|
||||||
|
<rect
|
||||||
|
class="prometheus-graph-overlay"
|
||||||
|
:width="(graphWidth - 70)"
|
||||||
|
:height="(graphHeight - 100)"
|
||||||
|
transform="translate(-5, 20)"
|
||||||
|
ref="graphOverlay"
|
||||||
|
@mousemove="handleMouseOverGraph($event)">
|
||||||
|
</rect>
|
||||||
</svg>
|
</svg>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue