From 47418a645e2a55cdb86389e9f93cb32ddb98eee7 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Tue, 28 Nov 2017 21:15:59 +0100
Subject: [PATCH] add step in ws2p connections view

---
 app/views/main/home/tabs/connections.jade | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app/views/main/home/tabs/connections.jade b/app/views/main/home/tabs/connections.jade
index 14831cb..d4ecb90 100644
--- a/app/views/main/home/tabs/connections.jade
+++ b/app/views/main/home/tabs/connections.jade
@@ -41,6 +41,7 @@
                 th Pubkey
                 th WS2PID
                 th Member
+                th Step
                 th HEAD
                 th Software
                 th Prefix
@@ -51,7 +52,8 @@
                 td {{ head.pubkey.slice(0, 20) }}
                 td {{ head.ws2pId }}
                 td {{ head.uid }}
-                td {{ head.blockstamp.slice(0, 30) }}
+                td {{ head.step }}
+                td {{ head.blockstamp.slice(0, 25) }}
                 td {{ head.software }} {{ head.softVersion }}
                 td {{ head.prefix }}
                 td {{ head.freeRooms }}
\ No newline at end of file
-- 
GitLab