dokytree/samples/it_v1/templates/wifis.pug

14 lines
176 B
Plaintext
Raw Normal View History

2023-03-08 23:38:30 +00:00
div#HEADFILES
table
thead
th Subnet
th SSID
th Key
each wifi in node.items
tr
td=wifi.data.name
td=wifi.data.ssid
td=wifi.data.key
div#FILES
div#FOOTFILES