Skip to content
Snippets Groups Projects
Verified Commit 3eca55cc authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added link to debug report

parent fd5059b1
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,10 @@
<div class="indeterminate"></div>
</div>
<div v-else-if="checkResult">
<h5>Results</h5>
<h5>
Results
<router-link :to="{name: 'debug', query: {source: currentSourceType, id: currentId}}">(permalink)</router-link>
</h5>
<div v-if="checkResult && checkResult.status === 'ok'" class="card-panel">
<div>
<p>
......@@ -119,7 +122,6 @@ export default {
})[0]
}
},
methods: {
async fetchProviders () {
const client = axios.create()
......@@ -155,7 +157,7 @@ export default {
}
}
this.isLoading = false
}
},
},
}
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment