~~NOSIDEBAR~~ ~~NOTRANS~~
/****************** How to create your own ToH version ************************/ /* */ /* 1) Enter a name for your ToH version (see above) */ /* 2) Enter a description for your ToH version (see below) */ /* What is it good for? What is it's purpose? Why has it been created? */ /* Which question does it answer that other tables don't answer? */ /* 3) Edit the datatable below according to your needs: */ /* - Delete any unwanted "cols". Horizontal space on your screen is scarce, */ /* therefore minimize the number of columns to keep the tables small. */ /* - Filter "Model!=@@Model@@" must stay as it is. */ /* - More filters may be added as needed. See dokuwiki for filter options + */ /* comparators -> https://www.dokuwiki.org/plugin:data#data_table_output */ /* - Leave everything else as it is */ /* 4) Modify/add/delete dataclouds as needed */ /* 5) -> Preview and check if you are happy with the result. If not -> 3)+4) */ /* 6) Save */ /* */ /* For questions and troubleshooting, regarding the ToH and datatables */ /* */ /* -> https://openwrt.org/wiki/start#contact */ /* */ /******************************************************************************/
/* --->>> 2) Enter a description for your ToH version + the filtercriteria below <<<--- */
Purpose: This ToH version shows devices which match the following criteria:
n.b. Not all supported switches have ToH entries yet. Some developer info can be found at https://svanheule.net/switches/start - please help by adding device entries - see Help maintain this page below...
See also the OpenWrt on Switches FAQ.
Scrolling through the table: Click anywhere in the table, then use your cursor keys to scroll left/right, up/down.
/* --->>> 4) Add/modify/delete dataclouds for filtering as needed; Filter "Model!=@@Model@@" must stay as is. <<<--- */
/* ++++Filter: Brand Support| ---- datacloud ---- col : brand filter : Model!=@@Model@@ filter : Device Type=Switch
summarize : 1
++++
*/ /* --->>> 3) Edit the datatable below according to your needs <<<--- */
<!-- ToH: {
"source": "json",
"dom": "frt",
"paging": false,
"shownColumns": [
"brand",
"model",
"version",
"ethernet100mports",
"ethernet1gports",
"ethernet2_5gports",
"ethernet5gports",
"ethernet10gports",
"sfp_ports",
"sfp_plus_ports",
"commentsnetworkports",
"supportedcurrentrel",
"devicepage",
"deviceid"
],
"filterColumns": {
"model": "!^Model$",
"devicetype": "^Switch$"
}
} -->