Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
duniter-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
modules
duniter-ui
Commits
17013985
Commit
17013985
authored
7 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
revert
parent
1d36b148
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/views/main/home/tabs/connections.jade
+2
-4
2 additions, 4 deletions
app/views/main/home/tabs/connections.jade
package.json
+1
-1
1 addition, 1 deletion
package.json
with
3 additions
and
5 deletions
app/views/main/home/tabs/connections.jade
+
2
−
4
View file @
17013985
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
thead
thead
tr
tr
th Pubkey
th Pubkey
th Memb
r
e
th Membe
r
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 Memb
r
e
th Membe
r
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) }}
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
17013985
{
{
"name"
:
"duniter-ui"
,
"name"
:
"duniter-ui"
,
"version"
:
"1.6.1
4
"
,
"version"
:
"1.6.1
3
"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"scripts"
:
{
"scripts"
:
{
"build"
:
"bower install && brunch build"
,
"build"
:
"bower install && brunch build"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment