Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
retribute.me
webclient
Commits
3eca55cc
Verified
Commit
3eca55cc
authored
Jul 01, 2019
by
Eliot Berriot
Browse files
Added link to debug report
parent
fd5059b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/views/Debug.vue
View file @
3eca55cc
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment