Minor spelling corrections
This commit is contained in:
parent
05743272f6
commit
25bf9e30e9
5 changed files with 8 additions and 8 deletions
|
@ -1,13 +1,13 @@
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<!-- Standard-Panel-Inhalt -->
|
<!-- Standard-Panel-Inhalt -->
|
||||||
<div class="panel-heading">Disk use</div>
|
<div class="panel-heading">Disk Use</div>
|
||||||
<!-- Tabelle -->
|
<!-- Tabelle -->
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table id="diskuse" class="table table-condensed table-striped table-hover">
|
<table id="diskuse" class="table table-condensed table-striped table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="w10p filesystem">Filesystem</th>
|
<th class="w10p filesystem">File System</th>
|
||||||
<th class="w20p">Mount</th>
|
<th class="w20p">Mount Point</th>
|
||||||
<th>Use</th>
|
<th>Use</th>
|
||||||
<th class="w15p">Free</th>
|
<th class="w15p">Free</th>
|
||||||
<th class="w15p">Used</th>
|
<th class="w15p">Used</th>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Actual Mode</th>
|
<th>Current Mode</th>
|
||||||
<th>D-Star linked to</th>
|
<th>D-Star linked to</th>
|
||||||
<th>YSF linked to</th>
|
<th>YSF linked to</th>
|
||||||
<th>DMR TS1 last linked to</th>
|
<th>DMR TS1 last linked to</th>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>Location</th>
|
<th>Location</th>
|
||||||
<th>TX-Freq.</th>
|
<th>TX-Freq.</th>
|
||||||
<th>Rx-Freq.</th>
|
<th>RX-Freq.</th>
|
||||||
<?php
|
<?php
|
||||||
if (getEnabled("System Fusion Network", $mmdvmconfigs) == 1) {
|
if (getEnabled("System Fusion Network", $mmdvmconfigs) == 1) {
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -52,7 +52,7 @@ checkSetup();
|
||||||
include "../include/sysinfo.php";
|
include "../include/sysinfo.php";
|
||||||
exec(HALTSYS. ' > /dev/null 2>&1 &');
|
exec(HALTSYS. ' > /dev/null 2>&1 &');
|
||||||
?>
|
?>
|
||||||
<div class="alert alert-info" role="alert">Executeing <b><?php echo HALTSYS ?></b><br>Halt in progress...bye</div>
|
<div class="alert alert-info" role="alert">Executing <b><?php echo HALTSYS ?></b><br>Halt in progress...bye</div>
|
||||||
|
|
||||||
<div class="panel panel-info">
|
<div class="panel panel-info">
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ if (!isset($_SERVER['PHP_AUTH_USER'])) {
|
||||||
checkSetup();
|
checkSetup();
|
||||||
exec('sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &');
|
exec('sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &');
|
||||||
?>
|
?>
|
||||||
<div class="alert alert-info" role="alert">Executeing <b><?php echo 'sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &'?></b><br>Reboot system in progress</div>
|
<div class="alert alert-info" role="alert">Executing <b><?php echo 'sleep 5s && '. REBOOTSYS . ' > /dev/null 2>&1 &'?></b><br>Reboot system in progress</div>
|
||||||
|
|
||||||
<div class="panel panel-info">
|
<div class="panel panel-info">
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ checkSetup();
|
||||||
include "../include/sysinfo.php";
|
include "../include/sysinfo.php";
|
||||||
exec( REBOOTMMDVM );
|
exec( REBOOTMMDVM );
|
||||||
?>
|
?>
|
||||||
<div class="alert alert-info" role="alert">Executeing <b><?php echo REBOOTMMDVM ?></b><br>Reboot MMDVMHost service in progress</div>
|
<div class="alert alert-info" role="alert">Executing <b><?php echo REBOOTMMDVM ?></b><br>Reboot MMDVMHost service in progress</div>
|
||||||
|
|
||||||
<div class="panel panel-info">
|
<div class="panel panel-info">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue