mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-24 00:26:11 +00:00
21 lines
354 B
Plaintext
21 lines
354 B
Plaintext
|
div#HEADFILES
|
||
|
table
|
||
|
thead
|
||
|
th Name
|
||
|
th Model
|
||
|
th IPs
|
||
|
th Location
|
||
|
each netdev in node.items
|
||
|
tr
|
||
|
td
|
||
|
a(href=netdev.url)=netdev.data.name
|
||
|
td=netdev.data.model
|
||
|
td
|
||
|
if netdev.data.interfaces
|
||
|
each interface in netdev.data.interfaces
|
||
|
if interface.ip
|
||
|
div=interface.ip
|
||
|
td=netdev.data.location
|
||
|
div#FILES
|
||
|
div#FOOTFILES
|