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
fd5059b1
Verified
Commit
fd5059b1
authored
Jul 01, 2019
by
Eliot Berriot
Browse files
Minor tweaks to debug page
parent
0e48b008
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
fd5059b1
...
...
@@ -11,6 +11,9 @@
<li>
<router-link
to=
"/about"
>
About
</router-link>
</li>
<li>
<router-link
to=
"/debug"
>
Debug
</router-link>
</li>
</ul>
</div>
</nav>
...
...
src/views/Debug.vue
View file @
fd5059b1
...
...
@@ -97,7 +97,7 @@ export default {
data
()
{
return
{
isLoading
:
false
,
currentSourceType
:
this
.
source
,
currentSourceType
:
this
.
source
||
'
webfinger
'
,
currentId
:
this
.
id
,
sources
:
[],
providers
:
[],
...
...
@@ -159,3 +159,10 @@ export default {
},
}
</
script
>
<
style
scoped
>
td
,
th
{
word-wrap
:
break-word
;
max-width
:
150px
;
}
</
style
>
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