Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
scc-net
netvs
netvs-core
Commits
a67262c5
Commit
a67262c5
authored
Jan 28, 2021
by
Janis Streib
🦉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
frontend/src/views/dnsvs/BCDRecords.vue
frontend/src/views/dnsvs/BCDRecords.vue
+6
-4
No files found.
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
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