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
0aeb2fa3
Commit
0aeb2fa3
authored
Oct 14, 2021
by
janis.streib
🦉
Browse files
ADD: placehlder text for missing sub ous
parent
6b67b870
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/org/OU.vue
View file @
0aeb2fa3
...
...
@@ -245,6 +245,10 @@
<div
v-for=
"top_level_ou in ous_by_parent[ou.short_name]"
:key=
"top_level_ou.short_name"
>
<OUTreeEntry
:ou=
"top_level_ou"
:ous_by_parent=
"ous_by_parent"
/>
</div>
<div
v-if=
"!ous_by_parent[ou.short_name] || ous_by_parent[ou.short_name].length === 0"
class=
"font-italic text-center my-3"
>
<span
class=
"font-italic"
>
Keine untergeordneten Organisationseinheiten vorhanden
</span><br/>
</div>
</
template
>
<
template
v-else
>
<div
v-for=
"top_level_ou in root_ous"
:key=
"top_level_ou.short_name"
>
...
...
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