Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Turn back on wizard step indicators.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Nov 19, 2015
1 parent f048b04 commit 90176d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h4 class="modal-title">Add Datasource</h4>
</div>

<wizard name="driverAdd" on-finish="dac.finishedAddDriverWizard()" hide-indicators="true">
<wizard name="driverAdd" on-finish="dac.finishedAddDriverWizard()" >

<wz-step title="Select XA or Non-XA Datasource">
<div class="modal-body">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h4 class="modal-title">Add JDBC Driver</h4>
</div>

<wizard name="driverAdd" on-finish="dac.finishedAddDriverWizard()" hide-indicators="true">
<wizard name="driverAdd" on-finish="dac.finishedAddDriverWizard()" >

<wz-step title="Select a JDBC Driver File">
<div class="modal-body">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h4 class="modal-title">Add Deployment</h4>
</div>

<wizard name="deployAdd" on-finish="dac.finishedDeployWizard()" hide-indicators="true">
<wizard name="deployAdd" on-finish="dac.finishedDeployWizard()" >

<wz-step title="Select a Deployment File">
<div class="modal-body">
Expand Down

0 comments on commit 90176d8

Please sign in to comment.