|
52 | 52 | <script src="assets/js/export-to-dejacode.js"></script> |
53 | 53 | <script src="assets/js/nodeview.js"></script> |
54 | 54 | <script src="assets/js/select2.js"></script> |
| 55 | + <script src="http://1000hz.github.io/bootstrap-validator/dist/validator.min.js"></script> |
| 56 | + |
55 | 57 | </head> |
56 | 58 | <body> |
57 | 59 | <div class="row"> |
|
88 | 90 | <table id="clues-table" class="display table table-striped table-bordered dataTable no-footer" cellspacing="0" width="100%" > |
89 | 91 | </table> |
90 | 92 | <div id="component-container"> |
91 | | - <p class="lead text-center">Component Summary</p> |
| 93 | + <p class="lead">Component Summary</p> |
92 | 94 | <table id="components-table" class="display table table-striped table-bordered dataTable no-footer" cellspacing="0" width="100%" > |
93 | 95 | </table> |
94 | 96 | </div> |
@@ -173,16 +175,16 @@ <h4 class="modal-title" id="myModalLabel">Upload Components to DejaCode</h4> |
173 | 175 | <div class="form-group"> |
174 | 176 | <h4>Product Information</h4> |
175 | 177 | <p> Enter the Product Name and Version you want the components to be added to</p> |
176 | | - <input type="text" class="form-control" id="product-name" placeholder="Product Name" required> |
177 | | - <input type="text" class="form-control" id="product-version" placeholder="Product Version" required> |
| 178 | + <input type="text" class="form-control" id="product-name" placeholder="Product Name" required size="26"> |
| 179 | + <input type="text" class="form-control" id="product-version" placeholder="Product Version" required size="26"> |
178 | 180 |
|
179 | 181 | <h4>DejaCode API URL</h4> |
180 | | - <p> Enter the URL (For example, https://enterprise.dejacode.com)</p> |
181 | | - <input type="text" class="form-control" id="api-url" placeholder="DejaCode API URL" required> |
| 182 | + <p> Enter the URL (For example, https://enterprise.dejacode.com/api/v2/product_components/)</p> |
| 183 | + <input type="text" class="form-control" id="api-url" placeholder="DejaCode API URL" required size="76"> |
182 | 184 |
|
183 | 185 | <h4>Please provide your API key</h4> |
184 | 186 | <p> Your API key can be found in your DejaCode Profile Settings</p> |
185 | | - <input type="password" class="form-control" id="export-input" placeholder="DejaCode API Key" required> |
| 187 | + <input type="password" class="form-control" id="export-input" placeholder="DejaCode API Key" required size="76"> |
186 | 188 | </div> |
187 | 189 | </form> |
188 | 190 | </div> |
|
0 commit comments