Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
d06837d9
Commit
d06837d9
authored
Oct 20, 2017
by
Benjamin Fischer
Browse files
UserManagement: allow browsing into items when clicking on name or labels
parent
1a4aba53
Changes
2
Hide whitespace changes
Inline
Side-by-side
vispa/extensions/core/static/html/umVue/list.html
View file @
d06837d9
...
...
@@ -50,7 +50,7 @@
:class=
"{
'can-browse': canBrowse,
}"
@
click
.self
=
"canBrowse && $dispatch('go', name, info.name)"
@
click=
"canBrowse &&
!$event.defaultPrevented &&
$dispatch('go', name, info.name)"
></item>
<li
v-if=
"empty"
class=
"list-group-item"
>
<i>
Empty
</i>
...
...
vispa/extensions/core/static/html/umVue/main-item.html
View file @
d06837d9
...
...
@@ -2,7 +2,7 @@
'list-group-item': true,
'list-group-item-danger': info.status === 2
}"
>
<div
v-show=
"nameNew !== false"
class=
"input-group"
>
<div
v-show=
"nameNew !== false"
class=
"input-group"
@
click.prevent
>
<input
v-el:input
type=
"text"
...
...
@@ -57,7 +57,7 @@
class=
"label label-info"
>
has password
</span>
<div
class=
"btn-group pull-right"
@
click.
stop
>
<div
class=
"btn-group pull-right"
@
click.
prevent
>
<group-control
:info=
"info"
></group-control>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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