Commit ab3c84ce authored by José Luis  Gutiérrez's avatar José Luis Gutiérrez Committed by Alessandro Rubini

www: adding protocol column to endpointcalibration.php

Dotconfig now includes protocol description for each endpoint. This has
been added also to the web interface in endpointcalibration.php
parent bc460100
......@@ -33,9 +33,9 @@
$formatID = "alternatecolor";
$class = "altrowstable firstcol";
$infoname = "Endpoint Configuration";
$size = "8";
$header = array ("WR port","Tx","Rx","Mode","Fiber");
$size = "7";
$header = array ("WR port","Protocol","Tx","Rx","Mode","Fiber");
$matrix = array ("key=CONFIG_PORT00_PARAMS,".$_SESSION["KCONFIG"]["CONFIG_PORT00_PARAMS"],
"key=CONFIG_PORT01_PARAMS,".$_SESSION["KCONFIG"]["CONFIG_PORT01_PARAMS"],
"key=CONFIG_PORT02_PARAMS,".$_SESSION["KCONFIG"]["CONFIG_PORT02_PARAMS"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment