Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jan 15, 2015
1 parent e78caea commit 7edaea6
Show file tree
Hide file tree
Showing 4 changed files with 3,850 additions and 3,757 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.24",
"version": "0.2.25",
"homepage": "https://github.com/h2oai/h2o-flow",
"authors": [
"Prithvi Prabhu <[email protected]>"
Expand Down
11 changes: 10 additions & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1692,7 +1692,7 @@ <h3 class="flow-hint"><i class="fa fa-clock-o"></i><span>Timeline</span></h3>
<div class="flow-widget flow-profile-output">
<h3 class="flow-hint"><i class="fa fa-wrench"></i><span>Profiler</span></h3>
<div>Select Node:
<select data-bind="options:nodes, optionsText:'name', value:activeNode, optionsCaption:'(Select)'"></select>
<select data-bind="options:nodes, optionsText:'name', value:activeNode"></select>
</div>
<!-- ko with:activeNode-->
<h4 data-bind="text:caption"></h4>
Expand All @@ -1718,6 +1718,15 @@ <h5 data-bind="text:title"></h5>
<!-- /ko-->
</div>
</script>
<script type="text/html" id="flow-log-file-output">
<div class="flow-widget">
<h3 class="flow-hint"><i class="fa fa-file-text-o"></i><span>Log</span></h3>
<div>Select Node:
<select data-bind="options:nodes, optionsText:'name', value:activeNode, optionsCaption:'(Select)'"></select>
</div>
<pre data-bind="text:contents"></pre>
</div>
</script>
<script src="js/flow-lib.js"></script>
<script src="js/flow.js"></script>
<script>
Expand Down
Loading

0 comments on commit 7edaea6

Please sign in to comment.