We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a733c7d commit 0093870Copy full SHA for 0093870
jsondiscoverer.web/WebContent/app/partials/advanced.html
@@ -52,7 +52,7 @@ <h4 style="padding-top: 20px;">Step 2. Discover and Compose </h4>
52
<div class="col-md-1">{{jsonDef.jsonDefs.length}}</div>
53
<div class="col-md-2"><button class="btn btn-xs" ng-click="provideJson(jsonDef.name)">Provide JSON</button></div>
54
<script type="text/ng-template" id="jsonProvisionModal.html">
55
- <div class="modal-dialog">
+ <div>
56
<div class="modal-content">
57
<div class="model-header">
58
<h3 class="modal-title">Provide your JSON for your {{json.name}} source</h3>
0 commit comments