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
563afeee
Commit
563afeee
authored
May 03, 2022
by
janis.streib
🦉
Browse files
ADD: link to macauth object (closes
#297
)
parent
24d35566
Pipeline
#214102
passed with stages
in 2 minutes and 58 seconds
Changes
1
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/dnsvs/BCDRecords.vue
View file @
563afeee
...
...
@@ -50,7 +50,8 @@
class=
"d-flex justify-content-between align-items-center text-primary"
>
<div>
<transition
name=
"squish"
>
<font-awesome-icon
v-if=
"collapse_states[2+index]"
icon=
"fa-solid fa-chevron-left"
></font-awesome-icon>
<font-awesome-icon
v-if=
"collapse_states[2+index]"
icon=
"fa-solid fa-chevron-left"
></font-awesome-icon>
</transition>
{{
record_type
}}
Records
<b-spinner
small
v-show=
"loading_states[2+index]"
variant=
"primary"
/>
...
...
@@ -185,6 +186,14 @@
</b-link>
</b-td>
</b-tr>
<b-tr>
<b-th>
MACAuth
</b-th>
<b-td>
<b-link
:to=
"'/macauth/bcds/'+range.name"
>
{{ range.name }}
</b-link>
</b-td>
</b-tr>
<b-tr>
<b-th>
Gateways
</b-th>
<b-td>
...
...
@@ -342,7 +351,9 @@
</b-td>
<b-td>
<RRDataView
:item=
"item"
></RRDataView>
<b-badge
v-if=
"item.data in reserved_addrs_by_ip"
variant=
"warning"
title=
"Adresse ist reserviert"
>
Reserviert
</b-badge>
<b-badge
v-if=
"item.data in reserved_addrs_by_ip"
variant=
"warning"
title=
"Adresse ist reserviert"
>
Reserviert
</b-badge>
<b-badge
href=
"#"
@
click=
"createItem('AAAA', item.data, item.fqdn)"
v-if=
"has_v4 && has_v6 && record_type == 'A' && !(item.target_ipaddr in dhcp_ip_addrs) && !fqdnHasAAAA(item.fqdn)"
variant=
"danger"
>
Kein
...
...
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