Convert remaining jade files to pug
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@ exports.dbsettings = {
|
||||
//This setting is passed to the wallet
|
||||
exports.wallet = { "host" : "127.0.0.1",
|
||||
"port" : 51573,
|
||||
"user" : "exorrpc",
|
||||
"pass" : "sSTLyCkrD94Y8&9mr^m6W^Mk367Vr!!K"
|
||||
"username" : "exorrpc",
|
||||
"password" : "sSTLyCkrD94Y8&9mr^m6W^Mk367Vr!!K"
|
||||
};
|
||||
|
||||
//Locale file
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
"pug": "~2.0.4",
|
||||
"postman-request": "2.88.1-postman.22",
|
||||
"jsonminify": "0.4.1",
|
||||
"jstransformer-markdown-it": "^2.1.0",
|
||||
"mongodb": "3.5.5",
|
||||
"mongoose": "5.9.5",
|
||||
"qr-image": "~3.2.0"
|
||||
|
||||
@@ -56,8 +56,8 @@
|
||||
"wallet": {
|
||||
"host": "localhost",
|
||||
"port": 51573,
|
||||
"user": "exorrpc",
|
||||
"pass": "sSTLyCkrD94Y8&9mr^m6W^Mk367Vr!!K"
|
||||
"username": "exorrpc",
|
||||
"password": "sSTLyCkrD94Y8&9mr^m6W^Mk367Vr!!K"
|
||||
},
|
||||
|
||||
// confirmations
|
||||
|
||||
@@ -51,7 +51,7 @@ script.
|
||||
});
|
||||
.panel.panel-default
|
||||
.panel-body
|
||||
:markdown
|
||||
:markdown-it
|
||||
If you have trouble syncing your wallet, add these lines to your coin daemon .conf file and restart the wallet.
|
||||
|
||||
*Typically you can access the config file through QT-wallet menu, Tools > Open Wallet Configuration File*
|
||||
@@ -62,10 +62,10 @@ script.
|
||||
tbody.text-center
|
||||
|
||||
.panel-body
|
||||
:markdown
|
||||
:markdown-it
|
||||
Alternatively you can try one of these lines in the coin wallet debug window, or add them with *coindaemon*-cli
|
||||
table#addnodes2-table.table.table-bordered.table-striped
|
||||
thead
|
||||
tr
|
||||
th.text-center OneTry Node Lines
|
||||
tbody.text-center
|
||||
tbody.text-center
|
||||
@@ -7,7 +7,7 @@ block market_view
|
||||
.panel-heading
|
||||
strong #{settings.locale.altmarkets} - #{marketdata.coin}/#{marketdata.exchange} - #{settings.locale.mkt_hours}
|
||||
a(href='#')
|
||||
span.fa.fa-line-chart.pull-right.view-chart-disabled.iquidus.market-toggle(data-toggle='tooltip', data-placement='bottom', title='#{settings.locale.mkt_no_chart}')
|
||||
span.fa.fa-line-chart.pull-right.view-chart-disabled.iquidus.market-toggle(data-toggle='tooltip', data-placement='bottom', title=settings.locale.mkt_no_chart)
|
||||
table.table.table-bordered.summary-table
|
||||
thead
|
||||
tr
|
||||
@@ -114,4 +114,3 @@ block market_view
|
||||
=(new Date(order.timestamp * 1000).toUTCString())
|
||||
|
||||
.footer-padding
|
||||
|
||||
@@ -7,7 +7,7 @@ block market_view
|
||||
.panel-heading
|
||||
strong #{settings.locale.tradesatoshi} - #{marketdata.coin}/#{marketdata.exchange} - #{settings.locale.mkt_hours}
|
||||
a(href='#')
|
||||
span.fa.fa-line-chart.pull-right.view-chart-disabled.iquidus.market-toggle(data-toggle='tooltip', data-placement='bottom', title='#{settings.locale.mkt_no_chart}')
|
||||
span.fa.fa-line-chart.pull-right.view-chart-disabled.iquidus.market-toggle(data-toggle='tooltip', data-placement='bottom', title=settings.locale.mkt_no_chart)
|
||||
table.table.table-bordered.summary-table
|
||||
thead
|
||||
tr
|
||||
@@ -110,4 +110,4 @@ block market_view
|
||||
=result.total.toFixed(8).replace(/(?:\.0+|(\.\d+?)0+)$/, "$1")
|
||||
td.hidden-xs
|
||||
=result.timeStamp.substr(0, 19).replace("T", " ")
|
||||
.footer-padding
|
||||
.footer-padding
|
||||
+1
-1
@@ -45,7 +45,7 @@ block content
|
||||
return time;
|
||||
}
|
||||
var rtable = $('#alerts-table').dataTable( {
|
||||
autoWidth: true,
|
||||
autoWidth: false,
|
||||
searching: false,
|
||||
ordering: false,
|
||||
//responsive: true,
|
||||
|
||||
+2
-2
@@ -12,6 +12,6 @@ block content
|
||||
a(href='#addnodes', aria-controls='addnodes', role='tab', data-toggle='tab') #{settings.locale.net_addnodes}
|
||||
.tab-content
|
||||
#connections.tabpanel.tab-pane.active
|
||||
include ./includes/net_list.jade
|
||||
include ./includes/net_list.pug
|
||||
#addnodes.tabpanel.tab-pane
|
||||
include ./includes/net_addnodes.jade
|
||||
include ./includes/net_addnodes.pug
|
||||
Reference in New Issue
Block a user