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
7c9199e8
Commit
7c9199e8
authored
Feb 20, 2020
by
gj4210
👁
Browse files
UPD: Removed shadows
parent
195c9e34
Pipeline
#73842
passed with stages
in 5 minutes and 52 seconds
Changes
1
Pipelines
15
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/netdb/tokens.vue
View file @
7c9199e8
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
</b-modal>
</b-modal>
<b-row>
<b-row>
<b-col
lg=
"9"
>
<b-col
lg=
"9"
>
<b-input-group
class=
"shadow"
>
<b-input-group>
<b-input-group-prepend>
<b-input-group-prepend>
<b-input-group-text>
<b-input-group-text>
<font-awesome-icon
:icon=
"['fas', 'filter']"
/>
<font-awesome-icon
:icon=
"['fas', 'filter']"
/>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
</b-input-group>
</b-input-group>
</b-col>
</b-col>
<b-col
lg=
"3"
sm=
"*"
>
<b-col
lg=
"3"
sm=
"*"
>
<b-button
block
variant=
"outline-success"
v-b-modal.modal-create-account
class=
"shadow"
>
<b-button
block
variant=
"outline-success"
v-b-modal.modal-create-account
>
Subaccount erstellen
Subaccount erstellen
</b-button>
</b-button>
</b-col>
</b-col>
...
@@ -194,7 +194,7 @@
...
@@ -194,7 +194,7 @@
</template>
</template>
</b-modal>
</b-modal>
<
template
v-for=
"account in filtered_accounts"
>
<
template
v-for=
"account in filtered_accounts"
>
<b-card
no-body
:key=
"'card-account-' + account.login_name"
class=
"mb-4
shadow
"
>
<b-card
no-body
:key=
"'card-account-' + account.login_name"
class=
"mb-4"
>
<template
v-slot:header
>
<template
v-slot:header
>
<b-row>
<b-row>
<b-col
lg=
"3"
>
<b-col
lg=
"3"
>
...
...
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