Skip to content

Commit 4a04126

Browse files
committed
re-fixing #8
1 parent 0093870 commit 4a04126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsondiscoverer.web/WebContent/app/partials/composition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h4 style="padding-top: 20px;">Step 2. Composition Discovery </h4>
5757
<div class="col-md-1">{{jsonDef.jsonDefs.length}}</div>
5858
<div class="col-md-2"><button class="btn btn-xs" ng-click="provideJson(jsonDef.name)">Provide JSON</button></div>
5959
<script type="text/ng-template" id="jsonProvisionModalWithInput.html">
60-
<div class="modal-dialog">
60+
<div>
6161
<div class="modal-content">
6262
<div class="model-header">
6363
<h3 class="modal-title">Provide your JSON for your {{json.name}} source</h3>

0 commit comments

Comments
 (0)