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
9a485c0a
Commit
9a485c0a
authored
Nov 20, 2020
by
Janis Streib
🦉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPD: use light variant for fqdn info button
parent
cb3a5102
Pipeline
#118884
passed with stages
in 8 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
frontend/src/components/FQDNRecordTable.vue
frontend/src/components/FQDNRecordTable.vue
+1
-1
frontend/src/views/dnsvs/BCDRecords.vue
frontend/src/views/dnsvs/BCDRecords.vue
+2
-2
No files found.
frontend/src/components/FQDNRecordTable.vue
View file @
9a485c0a
...
...
@@ -5,7 +5,7 @@
<FilterInput
v-model=
"filter"
></FilterInput>
<b-table
responsive
:filter=
"filter"
class=
"shadow"
:items=
"fqdn_rrs"
:fields=
"fqdn_list_fields"
>
<template
v-slot:cell(info)=
""
>
<b-dropdown>
<b-dropdown
variant=
"light"
>
<template
v-slot:button-content
>
<font-awesome-icon
:icon=
"['fas', 'info-circle']"
></font-awesome-icon>
</
template
>
...
...
frontend/src/views/dnsvs/BCDRecords.vue
View file @
9a485c0a
...
...
@@ -232,11 +232,11 @@
</b-badge>
</
template
>
<
template
v-slot:cell(info)=
"data"
>
<b-dropdown>
<b-dropdown
variant=
"light"
>
<template
v-slot:button-content
>
<font-awesome-icon
:icon=
"['fas', 'info-circle']"
></font-awesome-icon>
</
template
>
<b-dropdown-item
:to=
"'/dnsvs/fqdns/' + data.item.fqdn + '/records'"
>
Records
auf
FQDN
<b-dropdown-item
:to=
"'/dnsvs/fqdns/' + data.item.fqdn + '/records'"
>
Records
zu
FQDN
</b-dropdown-item>
<b-dropdown-item
:to=
"'/dnsvs/fqdns/' + data.item.fqdn + '/references'"
>
Referenzen auf FQDN
</b-dropdown-item>
...
...
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