Commit 9c65c3cf authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Fix the metrics link being not rendering the html

parent 3a1b961d
...@@ -146,8 +146,8 @@ export default { ...@@ -146,8 +146,8 @@ export default {
</p> </p>
<p <p
v-if="shouldShowMemoryGraph" v-if="shouldShowMemoryGraph"
class="usage-info js-usage-info"> class="usage-info js-usage-info"
{{ memoryChangeMessage }} v-html="memoryChangeMessage">
</p> </p>
<p <p
v-if="shouldShowLoadFailure" v-if="shouldShowLoadFailure"
......
...@@ -51,8 +51,7 @@ const createComponent = () => { ...@@ -51,8 +51,7 @@ const createComponent = () => {
const messages = { const messages = {
loadingMetrics: 'Loading deployment statistics', loadingMetrics: 'Loading deployment statistics',
hasMetrics: hasMetrics: 'Memory usage is unchanged at 0MB',
'<a href="/root/acets-review-apps/environments/15/metrics"> Memory </a> usage is <b> unchanged </b> at 0MB',
loadFailed: 'Failed to load deployment statistics', loadFailed: 'Failed to load deployment statistics',
metricsUnavailable: 'Deployment statistics are not available currently', metricsUnavailable: 'Deployment statistics are not available currently',
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment