Update setup.php
Scripts setup commands
This commit is contained in:
parent
3e191701f9
commit
fdf8bff555
1 changed files with 13 additions and 0 deletions
13
setup.php
13
setup.php
|
@ -134,6 +134,19 @@ include "include/tools.php";
|
|||
<span class="input-group-btn">
|
||||
<button class="btn btn-default" type="submit" form="config">Save configuration</button>
|
||||
</span>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" id="REBOOTMMDVM" style="width: 300px">Reboot MMDVMHost command:</span>
|
||||
<input type="text" name="REBOOTMMDVM" class="form-control" placeholder="sudo systemctl restart mmdvmhost.service" aria-describedby="REBOOTMMDVM">
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" id="REBOOTSYS" style="width: 300px">Reboot system command:</span>
|
||||
<input type="text" name="REBOOTSYS" class="form-control" placeholder="sudo reboot" aria-describedby="REBOOTSYS">
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" id="HALTSYS" style="width: 300px">Halt system command:</span>
|
||||
<input type="text" name="HALTSYS" class="form-control" placeholder="sudo halt" aria-describedby="HALTSYS">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue