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
a67262c5
Commit
a67262c5
authored
Jan 28, 2021
by
janis.streib
🦉
Browse files
FIX: button alignment
parent
13274bd6
Pipeline
#130216
passed with stages
in 5 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/dnsvs/BCDRecords.vue
View file @
a67262c5
...
...
@@ -228,10 +228,12 @@
<b-th>
<!--b-checkbox :indeterminate="toggleAllIsUnkn(record_type)" v-model="toggle_all[record_type]" @input="toggleAll(record_type)"
:unchecked-value="false"></b-checkbox!-->
<b-button
:id=
"record_type + '_bulk'"
:disabled=
"!canEnableBulkAction(record_type)"
@
click=
"bulkDelete(record_type)"
variant=
"outline-danger"
>
<font-awesome-icon
:icon=
"['far', 'trash-alt']"
></font-awesome-icon>
</b-button>
<div
class=
"text-center"
>
<b-button
:id=
"record_type + '_bulk'"
:disabled=
"!canEnableBulkAction(record_type)"
@
click=
"bulkDelete(record_type)"
variant=
"outline-danger"
>
<font-awesome-icon
:icon=
"['far', 'trash-alt']"
></font-awesome-icon>
</b-button>
</div>
<b-tooltip
:target=
"record_type+'_bulk'"
triggers=
"hover"
variant=
"danger"
placement=
"right"
>
Ausgewählte Records löschen
...
...
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