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
e967025d
Commit
e967025d
authored
Oct 12, 2020
by
janis.streib
🦉
Browse files
FIX: no column limit
parent
9168ad0b
Pipeline
#112461
passed with stages
in 8 minutes and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/cntl/Groups.vue
View file @
e967025d
...
...
@@ -6,7 +6,7 @@
<b-card
no-body
:key=
"'card-group-' + group.name"
class=
"mb-4 shadow"
>
<template
v-slot:header
>
<b-row>
<b-col
lg=
"3"
>
<b-col>
<h4>
{{
group
.
name
}}
</h4>
...
...
frontend/src/views/cntl/OU.vue
View file @
e967025d
...
...
@@ -9,7 +9,7 @@
<b-card
no-body
:key=
"'card-account-' + ou.short_name"
class=
"mb-4 shadow"
>
<template
v-slot:header
>
<b-row>
<b-col
lg=
"3"
>
<b-col>
<h4>
{{
ou
.
name
}}
(
{{
ou
.
short_name
}}
)
</h4>
...
...
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