Skip to content

Commit

Permalink
add init helper, make menu start and stop daemon, display stats, cons…
Browse files Browse the repository at this point in the history
…ole and browser link
  • Loading branch information
krl committed Jun 21, 2015
1 parent f8db567 commit 3a3bd15
Show file tree
Hide file tree
Showing 18 changed files with 46,656 additions and 625 deletions.
5 changes: 0 additions & 5 deletions css/bootstrap.min.css

This file was deleted.

17 changes: 17 additions & 0 deletions css/help.css → css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,21 @@ h3 {
.panel-heading {
text-transform: uppercase;
font-weight: bold;
}

label {
padding-top: 8px;
}

.nomargin {
margin: 0;
}

.top-buffer {
margin-top: 10px;
}

.loaderanimation {
margin-right: 10px;
margin-top: 2px;
}
20 changes: 13 additions & 7 deletions css/menu.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
html {
width: 240px;
padding: 10px;
background: #eee;
overflow: hidden;
}

.padding {
padding: 8px;
}

.status {
text-align: right;
}

.value {
text-align: right;
}

.panel {
Expand All @@ -10,11 +21,6 @@ html {
margin-bottom: 0;
}

.bound {
background: white;
padding: 4px;
}

#logo {
display: table;
width: 100%;
Expand Down
5 changes: 0 additions & 5 deletions help/css/bootstrap.min.css

This file was deleted.

30 changes: 0 additions & 30 deletions help/css/help.css

This file was deleted.

44 changes: 0 additions & 44 deletions help/help.html

This file was deleted.

Binary file removed help/img/logo.png
Binary file not shown.
16 changes: 0 additions & 16 deletions help/js/help.js

This file was deleted.

20 changes: 3 additions & 17 deletions html/help.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<head>
<title>IPFS Setup wizard</title>
<title>IPFS Setup</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/help.css"/>
<link rel="stylesheet" href="css/common.css"/>
</head>
<body>
<div id="header" class="row">
Expand All @@ -25,20 +25,6 @@
</div>
</div>
</div>

<div class="row">
<div class="col-xs-9 col-xs-offset-2">
<div class="panel panel-default">
<div class="panel-heading">
Status
</div>
<div class="panel-body">
Your daemon is not running, console unavailable
</div>
</div>
</div>
</div>

<script src="js/wizard.js"></script>
<script src="../js/help.js"></script>
</body>
</html>
20 changes: 20 additions & 0 deletions html/initialize.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<html>
<head>
<title>IPFS Setup</title>
<meta charset='utf-8'/>
<link rel='stylesheet' href='../node_modules/bootstrap/dist/css/bootstrap.css'/>
<link rel='stylesheet' href='../css/common.css'/>
<script src="../js/initialize.js"></script>
</head>
<body>
<div id='header' class='row'>
<div class='col-xs-2'>
<img id='logo' src='../img/logo.png'/>
</div>
<div class='col-xs-7'>
</div>
</div>
<br/>
<div id='initform'></div>
</body>
</html>
Binary file added img/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3a3bd15

Please sign in to comment.