From 2cd0bd187eb5513897fcbc2f7888fc94e0bd52b3 Mon Sep 17 00:00:00 2001 From: Key Networks <34238649+key-networks@users.noreply.github.com> Date: Sat, 30 Dec 2017 16:47:30 +0800 Subject: [PATCH] Fixed "no networks" message --- views/networks.pug | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/views/networks.pug b/views/networks.pug index 56b83d1..7ba56f0 100644 --- a/views/networks.pug +++ b/views/networks.pug @@ -14,17 +14,17 @@ block content table.table.table-responsive.table-striped.table-hover tr - td(width='3%') + th(width='3%') = '' - td(width='20%') + th(width='20%') | Network name - td(width='10%') + th(width='10%') | Network ID - td(width='7%') + th(width='7%') = '' - td(width='10%') + th(width='10%') = '' - td(width='50%') + th(width='50%') = '' each network in networks tr @@ -44,4 +44,9 @@ block content else tr - td There are no networks on this network controller + td + td There are no networks on this network controller - click Add network above to create a new network. + td + td + td + td