Skip to content

Commit 45354bc

Browse files
committed
temporary disabled browser+vpn events
Signed-off-by: Ahmet Turkmen <f.ahmet.turkmen@icloud.com>
1 parent 036243b commit 45354bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

client/src/components/EventModal.vue

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
<template slot="img" class="h-100 text-center">
88
<div class="row h-50">
99

10-
<div class="col-4 carousel-height d-table">
10+
<div class="col-6 carousel-height d-table">
1111
<div class="card card-body d-table-cell align-middle text-center border-aau-color selection-phase-div" v-on:click="selectedVPNOption(0)">
1212
<h3 class="font-weight-bold">NO VPN</h3>
1313
<p>Allows the user to connect Kali Linux machine on the browser.</p>
1414
</div>
1515
</div>
1616

17-
<div class="col-4 carousel-height d-table">
18-
<div class="card card-body d-table-cell align-middle text-center border-aau-color selection-phase-div" v-on:click="selectedVPNOption(2)">
19-
<h3 class="font-weight-bold">VPN + BROWSER</h3>
20-
<p>Allows the user to connect Kali Linux machine on the browser and provide VPN connection.</p>
21-
</div>
22-
</div>
17+
<!-- <div class="col-4 carousel-height d-table">-->
18+
<!-- <div class="card card-body d-table-cell align-middle text-center border-aau-color selection-phase-div" v-on:click="selectedVPNOption(2)">-->
19+
<!-- <h3 class="font-weight-bold">VPN + BROWSER</h3>-->
20+
<!-- <p>Allows the user to connect Kali Linux machine on the browser and provide VPN connection.</p>-->
21+
<!-- </div>-->
22+
<!-- </div>-->
2323

24-
<div class="col-4 carousel-height d-table">
24+
<div class="col-6 carousel-height d-table">
2525
<div class="card card-body d-table-cell align-middle text-center border-aau-color selection-phase-div" v-on:click="selectedVPNOption(1)">
2626
<h3 class="font-weight-bold">VPN ONLY</h3>
2727
<p>Allows the users to connect the Lab using the VPN. Kali Linux machine on the browser will be not available.</p>

0 commit comments

Comments
 (0)