Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
775d0af2
Commit
775d0af2
authored
Oct 13, 2020
by
janis.streib
🦉
Browse files
FIX: rmpty text for group an oe list
parent
8dc9b6f0
Pipeline
#112545
passed with stages
in 12 minutes and 51 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/GroupCard.vue
View file @
775d0af2
...
@@ -170,6 +170,10 @@
...
@@ -170,6 +170,10 @@
variant=
"success"
placement=
"bottom"
>
variant=
"success"
placement=
"bottom"
>
Neue Untergruppe anlegen
Neue Untergruppe anlegen
</b-tooltip>
</b-tooltip>
<div
v-if=
"!subgroups || subgroups.length === 0"
class=
"font-italic text-center mb-3"
>
Keine Untergruppen vorhanden
</div>
<GroupCard
v-for=
"sub in subgroups"
v-bind:key=
"sub.name"
<GroupCard
v-for=
"sub in subgroups"
v-bind:key=
"sub.name"
:group=
"sub"
:group=
"sub"
:groups=
"groups"
:groups=
"groups"
...
...
frontend/src/views/cntl/Groups.vue
View file @
775d0af2
...
@@ -36,6 +36,10 @@
...
@@ -36,6 +36,10 @@
>
>
</GroupCard>
</GroupCard>
</
template
>
</
template
>
<div
v-if=
"!groups || groups.length === 0"
class=
"font-italic text-center mb-3"
>
Keine Gruppen vorhanden
</div>
</Loading>
</Loading>
<DBEditor
modal_id=
"assign_to_group"
:object_function=
"db_editor_function"
<DBEditor
modal_id=
"assign_to_group"
:object_function=
"db_editor_function"
:object_fq_name=
"db_editor_object_fq_name"
:object_fq_name=
"db_editor_object_fq_name"
...
...
frontend/src/views/cntl/OU.vue
View file @
775d0af2
...
@@ -48,6 +48,10 @@
...
@@ -48,6 +48,10 @@
</b-collapse>
</b-collapse>
</b-card>
</b-card>
</template>
</template>
<div
v-if=
"!ous || ous.length === 0"
class=
"font-italic text-center mb-3"
>
Keine Organisationseinheiten vorhanden
</div>
</Loading>
</Loading>
<DBEditor
modal_id=
"assign_user_to_oe"
object_function=
"create"
object_fq_name=
"cntl.mgr2ou"
:presets=
"db_editor_presets"
<DBEditor
modal_id=
"assign_user_to_oe"
object_function=
"create"
object_fq_name=
"cntl.mgr2ou"
:presets=
"db_editor_presets"
:non_optionals_order=
"['ou_short_name', 'mgr_login_name']"
object_title=
"Konto-zu-Organisationseinheits-Zuordnung"
></DBEditor>
:non_optionals_order=
"['ou_short_name', 'mgr_login_name']"
object_title=
"Konto-zu-Organisationseinheits-Zuordnung"
></DBEditor>
...
...
Write
Preview
Supports
Markdown
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