Browse Source

Modification boutons reboot et update

master
heuzef 6 years ago
parent
commit
33882b8c5c
1 changed files with 5 additions and 7 deletions
  1. +5
    -7
      ui/index.php

+ 5
- 7
ui/index.php View File

@@ -108,14 +108,12 @@ if (isset($_POST['password']) && $_POST['password'] == 'ogg') {
</p>
<hr/>
<p class="bs-component">
<a href="index.php?action=update&msg=2">
<button type="submit" name="action" name="actions" class="btn btn-outline-success" id="update">🔄 Mettre à jour le module 🔍</button>
</a>
</p>
<hr/>
<p class="bs-component">
<a href="index.php?action=reboot&msg=2">
<button type="submit" name="action" class="btn btn-outline-danger" id="reboot">⚡️ Redémarrer le module 🔌</button>
<button type="submit" name="action" class="btn btn-outline-danger" id="reboot">⚡️ Redémarrer 🔌</button>
</a>

<a href="index.php?action=update&msg=2">
<button type="submit" name="action" name="actions" class="btn btn-outline-success" id="update">🔄 Mettre à jour et redémarrer 🔍</button>
</a>
</p>
</div>


Loading…
Cancel
Save