Skip to content
Snippets Groups Projects
Commit 17013985 authored by Éloïs's avatar Éloïs
Browse files

revert

parent 1d36b148
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
thead thead
tr tr
th Pubkey th Pubkey
th Membre th Member
th Type th Type
th Connection th Connection
tbody tbody
...@@ -36,16 +36,14 @@ ...@@ -36,16 +36,14 @@
thead thead
tr tr
th Pubkey th Pubkey
th API
th WS2PID th WS2PID
th Membre th Member
th HEAD th HEAD
th Software th Software
th Prefix th Prefix
tbody tbody
tr(ng-repeat="head in heads | orderBy:'-blockstamp' track by $index ") tr(ng-repeat="head in heads | orderBy:'-blockstamp' track by $index ")
td {{ head.pubkey.slice(0, 20) }} td {{ head.pubkey.slice(0, 20) }}
td {{ head.api }}
td {{ head.ws2pId }} td {{ head.ws2pId }}
td {{ head.uid }} td {{ head.uid }}
td {{ head.blockstamp.slice(0, 30) }} td {{ head.blockstamp.slice(0, 30) }}
......
{ {
"name": "duniter-ui", "name": "duniter-ui",
"version": "1.6.14", "version": "1.6.13",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "bower install && brunch build", "build": "bower install && brunch build",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment