Skip to content
GitLab
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
70aaecff
Commit
70aaecff
authored
Jul 07, 2021
by
janis.streib
🦉
Browse files
UPD: new mpsk message
parent
244f92ee
Pipeline
#157545
passed with stages
in 11 minutes and 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/macauth/MACAuth.vue
View file @
70aaecff
<
template
>
<div
id=
"MACAuth"
>
<h1
class=
"my-4"
>
MACAuth
</h1>
<b-alert
show
variant=
"info"
>
Unterstü
tzung
für
MPSK (MACAuth im WLAN für Geräte, die kein Enterprise-WiFi können)
f
olgt im Laufe des Jahres 2021
.
<b-alert
show
variant=
"info"
>
Die Nu
tzung
von
MPSK (MACAuth im WLAN für Geräte, die kein Enterprise-WiFi können)
muss
f
ür das entsprechende VLAN
<a
target=
"_blank"
href=
"https://www.scc.kit.edu/dienste/internet-of-things.php"
>
beantragt werden
</a>
.
</b-alert>
<b-checkbox
:value=
"true"
:unchecked-value=
"false"
v-model=
"only_own"
switch
>
Nur eigene BCDs anzeigen
</b-checkbox>
...
...
@@ -60,7 +60,8 @@
</
template
>
<
template
v-slot:cell(wpa_key)=
"data"
>
<span
v-if=
"data.item.wpa_key !== null"
>
<b-button
block
:id=
"'show-wpa-key-' + card_data.item.name + '-' + data.index"
variant=
"primary"
tabindex=
"0"
href=
"#"
>
<b-button
block
:id=
"'show-wpa-key-' + card_data.item.name + '-' + data.index"
variant=
"primary"
tabindex=
"0"
href=
"#"
>
<font-awesome-icon
:icon=
"['fas','eye']"
/>
</b-button>
<b-popover
:target=
"'show-wpa-key-' + card_data.item.name + '-' + data.index"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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