From 17013985abb7a994be901d323aefd1b52cea8d12 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Mon, 6 Nov 2017 12:54:49 +0100
Subject: [PATCH] revert

---
 app/views/main/home/tabs/connections.jade | 6 ++----
 package.json                              | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/app/views/main/home/tabs/connections.jade b/app/views/main/home/tabs/connections.jade
index 3515d7a..efaa4af 100644
--- a/app/views/main/home/tabs/connections.jade
+++ b/app/views/main/home/tabs/connections.jade
@@ -13,7 +13,7 @@
             thead
               tr
                 th Pubkey
-                th Membre
+                th Member
                 th Type
                 th Connection
             tbody
@@ -36,16 +36,14 @@
             thead
               tr
                 th Pubkey
-                th API
                 th WS2PID
-                th Membre
+                th Member
                 th HEAD
                 th Software
                 th Prefix
             tbody
               tr(ng-repeat="head in heads | orderBy:'-blockstamp' track by $index ")
                 td {{ head.pubkey.slice(0, 20) }}
-                td {{ head.api }}
                 td {{ head.ws2pId }}
                 td {{ head.uid }}
                 td {{ head.blockstamp.slice(0, 30) }}
diff --git a/package.json b/package.json
index 7b07bb0..427530a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "duniter-ui",
-  "version": "1.6.14",
+  "version": "1.6.13",
   "main": "index.js",
   "scripts": {
     "build": "bower install && brunch build",
-- 
GitLab