Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jan 14, 2015
1 parent 63168e0 commit b24822b
Show file tree
Hide file tree
Showing 5 changed files with 3,800 additions and 3,330 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h2o-flow",
"version": "0.2.21",
"version": "0.2.22",
"homepage": "https://github.com/h2oai/h2o-flow",
"authors": [
"Prithvi Prabhu <[email protected]>"
Expand Down
7 changes: 7 additions & 0 deletions build/css/flow.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,13 @@ table.flow-form-ruled tr:first-child {
.flow-center {
text-align: center;
}
.flow-hud {
display: inline-block;
margin-right: 15px;
}
.flow-hud .fa {
margin-right: 5px;
}
.flow-button {
cursor: pointer;
-webkit-border-radius: 12px;
Expand Down
145 changes: 134 additions & 11 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,26 @@ <h5>Edit Mode</h5>
</div>
<!-- /ko-->
<div id="aboutDialog" tabindex="-1" role="dialog" aria-labelledby="aboutDialogLabel" aria-hidden="true" class="modal fade">
<div class="modal-dialog">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" data-dismiss="modal" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 id="aboutDialogLabel" class="modal-title">Flow v0.2.21</h4>
<h4 id="aboutDialogLabel" class="modal-title">About H<sub>2</sub>O Flow </h4>
</div>
<div class="modal-body">
<!-- ko with:about-->
<table class="flow-form">
<tbody>
<!-- ko foreach:properties-->
<tr>
<th data-bind="text:caption"></th>
<td data-bind="text:value"></td>
</tr>
<!-- /ko-->
</tbody>
</table>
<!-- /ko-->
</div>
<div class="modal-body"></div>
<div class="modal-footer">
<button type="button" data-dismiss="modal" class="btn btn-default">Close</button>
</div>
Expand Down Expand Up @@ -1415,8 +1428,6 @@ <h3 class="flow-hint"><i class="fa fa-bolt"></i>Predictions
<td class="flow-right">
<button type="button" data-bind="click:view" class="flow-button"><i class="fa fa-bolt"></i><span>View</span>
</button>
<button type="button" data-bind="click:inspect" class="flow-button"><i class="fa fa-list"></i><span>Inspect</span>
</button>
</td>
</tr>
<!-- /ko-->
Expand All @@ -1427,15 +1438,9 @@ <h3 class="flow-hint"><i class="fa fa-bolt"></i>Predictions
</button>
<button type="button" data-bind="click:plotPredictions" class="flow-button"><i class="fa fa-bar-chart"></i><span>Plot predictions</span>
</button>
<button type="button" data-bind="click:plotScores" class="flow-button"><i class="fa fa-bar-chart"></i><span>Plot scores</span>
</button>
<button type="button" data-bind="click:plotMetrics" class="flow-button"><i class="fa fa-bar-chart"></i><span>Plot metrics</span>
</button>
<button type="button" data-bind="click:inspect" class="flow-button"><i class="fa fa-list"></i><span>Inspect</span>
</button>
</div>
<h4>ROC Curve</h4>
<div data-bind="raw:rocCurve" class="flow-plot"></div>
<!-- /ko-->
</div>
</script>
Expand Down Expand Up @@ -1468,6 +1473,124 @@ <h3 class="flow-hint"><i class="fa fa-bolt"></i>Prediction
</table>
</div>
</script>
<script type="text/html" id="flow-cloud-output">
<div class="flow-widget flow-cloud-output">
<h3 class="flow-hint"><i class="fa fa-cloud"></i><span data-bind="text:name"></span></h3>
<h4>Cloud Status</h4>
<div>
<!-- ko if:isHealthy-->
<div class="flow-hud"><i class="fa fa-check-circle text-success"></i><span class="flow-small-caps">Healthy</span></div>
<!-- /ko-->
<!-- ko ifnot:isHealthy-->
<div class="flow-hud"><i class="fa fa-exclamation-circle text-danger"></i><span class="flow-small-caps text-danger">Not healthy</span></div>
<!-- /ko-->
<!-- ko if:hasConsensus-->
<div class="flow-hud"><i class="fa fa-check-circle text-success"></i><span class="flow-small-caps">Consensus</span></div>
<!-- /ko-->
<!-- ko ifnot:hasConsensus-->
<div class="flow-hud"><i class="fa fa-exclamation-circle text-danger"></i><span class="flow-small-caps">text-danger No consensus</span></div>
<!-- /ko-->
<!-- ko if:isLocked-->
<div class="flow-hud"><i class="fa fa-lock text-muted"></i><span class="flow-small-caps">Locked</span></div>
<!-- /ko-->
<!-- ko ifnot:isLocked-->
<div class="flow-hud"><i class="fa fa-unlock text-muted"></i><span class="flow-small-caps">Not locked</span></div>
<!-- /ko-->
</div>
<div class="flow-plot">
<table>
<thead>
<tr>
<th style="text-align:left">Version</th>
<th>Size</th>
<th>Bad Nodes</th>
<th>Started</th>
</tr>
</thead>
<tbody>
<tr>
<td data-bind="text:version"></td>
<td data-bind="text:size"></td>
<td data-bind="text:badNodeCount"></td>
<td data-bind="text:uptime"></td>
</tr>
</tbody>
</table>
</div>
<h4>Nodes</h4>
<div class="flow-plot">
<table>
<thead>
<tr>
<th>&nbsp;</th>
<th>Name</th>
<th>Ping</th>
<th>Cores</th>
<th>Keys</th>
<th>TCP</th>
<th>FD</th>
<th>PID</th>
<th>Load</th>
<th>Data (Used/Total)</th>
<th>Data (% Cached)</th>
<th>GC (Free / Total / Max)</th>
<th>Disk (Free / Max)</th>
<th>Disk (% Free)</th>
<th>RPCs</th>
</tr>
</thead>
<tbody>
<!-- ko foreach:nodes-->
<tr>
<td>
<!-- ko if:isHealthy--><i class="fa fa-check-circle text-success"></i>
<!-- /ko-->
<!-- ko ifnot:isHealthy--><i class="fa fa-exclamation-circle text-danger"></i>
<!-- /ko-->
</td>
<td data-bind="text:name"></td>
<td data-bind="text:ping">Ping</td>
<td data-bind="text:cores">Cores</td>
<td data-bind="text:keys">Keys</td>
<td data-bind="text:tcps">TCP</td>
<td data-bind="text:fds">FD</td>
<td data-bind="text:pid">PID</td>
<td data-bind="text:load">Load</td>
<td data-bind="text:data">Data (Used/Total)</td>
<td data-bind="text:cachedData">Data (% Cached)</td>
<td data-bind="text:memory">GC (Free / Total / Max)</td>
<td data-bind="text:disk">Disk (Free / Max)</td>
<td data-bind="text:freeDisk">Disk (% Free)</td>
<td data-bind="text:rpcs">RPCs</td>
</tr>
<!-- /ko-->
</tbody>
</table>
</div>
<div class="flow-panel">
<button type="button" data-bind="click:toggleRefresh, css:{ 'flow-button-toggle':isLive }" class="flow-button">
<!-- ko if:isLive--><i class="fa fa-refresh fa-spin"></i>Stop
<!-- /ko-->
<!-- ko ifnot:isLive--><i class="fa fa-refresh"></i>Refresh
<!-- /ko-->
</button>
</div>
</div>
</script>
<script type="text/html" id="flow-timeline-output">
<div class="flow-widget flow-cloud-output">
<h3 class="flow-hint"><i class="fa fa-cloud"></i><span>Timeline</span></h3>
<div class="flow-panel">
<button type="button" data-bind="click:toggleRefresh, css:{ 'flow-button-toggle':isLive }" class="flow-button">
<!-- ko if:isLive--><i class="fa fa-refresh fa-spin"></i>Stop
<!-- /ko-->
<!-- ko ifnot:isLive--><i class="fa fa-refresh"></i>Refresh
<!-- /ko-->
</button>
</div>
<div data-bind="raw:events" class="flow-plot"></div>
</div>
</script>
<script src="js/flow-lib.js"></script>
<script src="js/flow.js"></script>
<script>
Expand Down
Loading

0 comments on commit b24822b

Please sign in to comment.