schéma
This commit is contained in:
parent
25db944ae5
commit
5a63ac033e
6
show.php
6
show.php
@ -36,16 +36,12 @@ foreach ($interfaces as $interface) {
|
|||||||
if (!empty($interface["voice_vlan"])) $interface["style"] .= "--voice-vlan: {$interface["voice_vlan"]}; ";
|
if (!empty($interface["voice_vlan"])) $interface["style"] .= "--voice-vlan: {$interface["voice_vlan"]}; ";
|
||||||
$stack[$interface["member"]][1 - $interface["port"] % 2][$interface["port"]] = $interface;
|
$stack[$interface["member"]][1 - $interface["port"] % 2][$interface["port"]] = $interface;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*echo ("<!--");
|
|
||||||
var_dump($stack);
|
|
||||||
echo ("-->");*/
|
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html lang='fr'>
|
<html lang='fr'>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title><?= $sysname[1] ?? "Switch sans nom" ?> - Tableau des VLANs</title>
|
<title><?= $sysname[1] ?? "Switch sans nom" ?> - Schéma des VLANs</title>
|
||||||
<link href="style.css" rel="stylesheet" />
|
<link href="style.css" rel="stylesheet" />
|
||||||
<link rel="icon" type="image/svg" href="favicon.svg">
|
<link rel="icon" type="image/svg" href="favicon.svg">
|
||||||
<style id="customColors"></style>
|
<style id="customColors"></style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user