Skip to content

Commit

Permalink
fixes #393 - turns out its "tab" element not "pane" now ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Dec 5, 2013
1 parent 7db55c2 commit 825f42e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hawtio-web/src/main/webapp/app/wiki/html/camelCanvas.html
Expand Up @@ -110,16 +110,16 @@
<form class="form-horizontal no-bottom-margin" ng-submit="addAndCloseDialog()">
<div class="modal-header"><h4>Add Node</h4></div>
<div class="modal-body">
<tabs>
<pane heading="Patterns">
<tabset>
<tab heading="Patterns">
<div hawtio-tree="paletteTree" hideRoot="true" onSelect="onPaletteSelect"
activateNodes="paletteActivations"></div>
</pane>
<pane heading="Endpoints">
</tab>
<tab heading="Endpoints">
<div hawtio-tree="componentTree" hideRoot="true" onSelect="onComponentSelect"
activateNodes="componentActivations"></div>
</pane>
</tabs>
</tab>
</tabset>
</div>
<div class="modal-footer">
<input id="submit" class="btn btn-primary add" type="submit" ng-disabled="!selectedPaletteNode && !selectedComponentNode"
Expand Down

0 comments on commit 825f42e

Please sign in to comment.