Skip to content

Commit

Permalink
erfg
Browse files Browse the repository at this point in the history
  • Loading branch information
mwilliot committed Jun 6, 2024
1 parent c44b596 commit 035d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/students/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function confirmCreateVM(vmName) {
echo "<li class='list-group-item'>";
echo "<b>$vmName</b>";
echo "<p>Statut : $status</p>";
echo "<button class='btn btn-primary boutonVM' onclick=\"confirmAccessVM('$vmName', '$port', '$suerName')\">Allumer</button>";
echo "<button class='btn btn-primary boutonVM' onclick=\"confirmAccessVM('$vmName', '$port', '$userName')\">Accéder</button>";
echo "<button class='btn btn-success boutonVM' onclick=\"confirmStartVM('$vmName')\">Allumer</button>";
echo "<button class='btn btn-warning boutonVM' onclick=\"confirmStopVM('$vmName')\">Éteindre</button>";
echo "<button class='btn btn-danger boutonVM' onclick=\"confirmDeleteVM('$vmName')\">Supprimer</button>";
Expand Down

0 comments on commit 035d3a1

Please sign in to comment.