Small pug fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
script.
|
||||
$(document).ready(function(){
|
||||
var ctable = $('#addnodes-table').dataTable( {
|
||||
var ctable = $('#addnodes-table').dataTable({
|
||||
autoWidth: true,
|
||||
searching: false,
|
||||
ordering: false,
|
||||
@@ -10,7 +10,7 @@ script.
|
||||
ajax: {
|
||||
url: '/ext/connections',
|
||||
dataSrc: function ( json ) {
|
||||
var rows = []
|
||||
var rows = [];
|
||||
for ( var i=0;i<json.data.length; i++ ) {
|
||||
rows.push({'nodes':'addnode='+json.data[i]['address']+':'+json.data[i]['port']});
|
||||
}
|
||||
|
||||
@@ -138,7 +138,6 @@ block content
|
||||
div
|
||||
em Returns information for given address
|
||||
a(href='/ext/getaddress/' + hashes.address) #{address}/ext/getaddress/#{hashes.address}
|
||||
li
|
||||
li
|
||||
p
|
||||
div(style='font-weight:bold;') gettx (/ext/gettx/hash)
|
||||
|
||||
Reference in New Issue
Block a user