mirror of https://github.com/status-im/nim-eth.git
13 lines
202 B
Nim
13 lines
202 B
Nim
|
import
|
||
|
karax/[karaxdsl, vdom]
|
||
|
|
||
|
import
|
||
|
chronicles_tail/jsplugins
|
||
|
|
||
|
proc networkSectionContent: VNode =
|
||
|
result = buildHtml(tdiv):
|
||
|
text "Networking"
|
||
|
|
||
|
addSection("Network", networkSectionContent)
|
||
|
|