forked from Samourai-Wallet/samourai-dojo
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathindex.html
More file actions
181 lines (176 loc) · 5.98 KB
/
Copy pathindex.html
File metadata and controls
181 lines (176 loc) · 5.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DOJO // MAINTENANCE TOOL</title>
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width">
<link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../css/style.css">
<script src="../lib/qrcode.min.js" defer></script>
<script src="../conf/index.js" defer></script>
<script src="../lib/common-script.js" defer></script>
<script src="../lib/api-wrapper.js" defer></script>
<script src="../lib/auth-utils.js" defer></script>
<script src="../lib/format-utils.js" defer></script>
<script src="../lib/messages.js" defer></script>
<script src="../lib/errors-utils.js" defer></script>
<script src="index.js" defer></script>
</head>
<body class="dmt">
<div id="top-container" class="container-fluid" hidden>
<!-- BODY -->
<div id="body" class="row">
<!-- MOBILE MENU OVERLAY -->
<div id="mobile-menu-overlay" class="mobile-menu-overlay"></div>
<!-- MENU (full height, logo lives at its top) -->
<div id="menu" class="col-xs-2">
<div id="brand" class="brand">
<div class="brand-tile">
<img src="../icons/dojo.svg" class="brand-tile-icon" alt=""/>
</div>
<div class="brand-wordmark">
<div class="brand-name">DOJO</div>
<div class="brand-subtitle">MAINTENANCE TOOL</div>
<div id="dojo-version" class="beta"></div>
</div>
</div>
<div class="title">
<h1>MONITORING</h1>
</div>
<ul id="tab-menu_list" class="nav nav-pills nav-stacked">
<li id="link-welcome" hidden>
<a href="#">WELCOME</a>
</li>
<li id="link-status">
<a href="#">DOJO STATUS</a>
</li>
<li id="link-pushtx">
<a href="#">PUSHTX STATUS</a>
</li>
</ul>
<div class="spacer20"></div>
<div class="title">
<h1>TOOLS</h1>
</div>
<ul id="tab-menu_list2" class="nav nav-pills nav-stacked">
<li id="link-pairing">
<a href="#">PAIRING</a>
</li>
<li id="link-api-keys">
<a href="#">API KEYS</a>
</li>
<li id="link-xpubs-tools">
<a href="#">XPUBS TOOL</a>
</li>
<li id="link-addresses-tools">
<a href="#">ADDRESSES TOOL</a>
</li>
<li id="link-txs-tools">
<a href="#">TRANSACTIONS TOOL</a>
</li>
<li id="link-blocks-rescan">
<a href="#">BLOCKS RESCAN</a>
</li>
</ul>
<div class="spacer20"></div>
<div class="title">
<h1>HELP</h1>
</div>
<ul id="tab-menu_list3" class="nav nav-pills nav-stacked">
<li id="link-help-dmt">
<a href="#">HELP DMT</a>
</li>
<li id="link-dojo-telegram">
<a href="https://t.me/samourai_dojo" target="_blank">DOJO TELEGRAM CHAT</a>
</li>
<li id="link-sw-support">
<a href="https://t.me/SamouraiWallet" target="_blank">SAMOURAI TELEGRAM CHAT</a>
</li>
</ul>
</div>
<div id="menu-spacer" class="col-xs-1"></div>
<!-- CONTENT COLUMN: header sits only above this column, not the sidebar -->
<div id="content-col" class="col-xs-9">
<!-- HEADER -->
<div id="header" class="row">
<div class="col-xs-2">
<button id="mobile-menu-toggle" class="mobile-menu-btn" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
<div class="col-xs-10 header-right">
<span id="sync-indicator" class="sync-indicator" data-state="idle">
<span class="sync-dot"></span>
<span>SYNCED · <span id="sync-block-height">—</span></span>
</span>
<span id="sync-network" class="sync-network">MAINNET</span>
<a id="btn-logout" href="#" title="DISCONNECT">
<img src="../icons/ic_power_settings_new_white_24dp_1x.png" class="mini-icon"/>
</a>
</div>
</div>
<!-- MAIN AREA -->
<div id="main">
<!-- WELCOME -->
<div id="screen-welcome"
data-include-html="welcome/welcome.html"
hidden>
</div>
<!-- STATUS -->
<div id="screen-status"
data-include-html="status/status.html"
hidden>
</div>
<!-- PUSH TX -->
<div id="screen-pushtx"
data-include-html="pushtx/pushtx.html"
hidden>
</div>
<!-- PAIRING -->
<div id="screen-pairing"
data-include-html="pairing/pairing.html"
hidden>
</div>
<!-- API KEYS -->
<div id="screen-api-keys"
data-include-html="api-keys/api-keys.html"
hidden>
</div>
<!-- XPUBS TOOLS -->
<div id="screen-xpubs-tools"
data-include-html="xpubs-tools/xpubs-tools.html"
hidden>
</div>
<!-- ADDRESSES TOOLS -->
<div id="screen-addresses-tools"
data-include-html="addresses-tools/addresses-tools.html"
hidden>
</div>
<!-- TRANSACTIONS TOOLS -->
<div id="screen-txs-tools"
data-include-html="txs-tools/txs-tools.html"
hidden>
</div>
<!-- BLOCKS RESCAN -->
<div id="screen-blocks-rescan"
data-include-html="blocks-rescan/blocks-rescan.html"
hidden>
</div>
<!-- HELP DMT -->
<div id="screen-help-dmt"
data-include-html="welcome/welcome.html"
hidden>
</div>
</div>
</div>
</div>
</div>
<!-- MSG BOX -->
<div id="box-msg"
data-include-html="msg-box/msg-box.html">
</div>
</body>
</html>