|
192 | 192 | <div class="form-group">
|
193 | 193 | <label for="myhost" class="col-sm-3 control-label bold">My Host</label>
|
194 | 194 | <div class="col-sm-9">
|
195 |
| - <input type="text" class="form-control input-sm" id="myhost" name="myhost"/> |
| 195 | + <input type="text" class="form-control" id="myhost" name="myhost"/> |
196 | 196 | </div>
|
197 | 197 | </div>
|
198 | 198 | <div class="form-group">
|
199 | 199 | <label for="mycontextroot" class="col-sm-3 control-label bold">My Context Root</label>
|
200 | 200 | <div class="col-sm-9">
|
201 |
| - <input type="text" class="form-control input-sm" id="mycontextroot" name="mycontextroot"/> |
| 201 | + <input type="text" class="form-control" id="mycontextroot" name="mycontextroot"/> |
202 | 202 | </div>
|
203 | 203 | </div>
|
204 | 204 | <div class="form-group">
|
205 | 205 | <label for="myloginrelativeurl" class="col-sm-3 control-label bold">My Login Relative URL</label>
|
206 | 206 | <div class="col-sm-9">
|
207 |
| - <input type="text" class="form-control input-sm" id="myloginrelativeurl" name="myloginrelativeurl"/> |
| 207 | + <input type="text" class="form-control" id="myloginrelativeurl" name="myloginrelativeurl"/> |
208 | 208 | </div>
|
209 | 209 | </div>
|
210 | 210 | <div class="form-group">
|
211 | 211 | <label for="myenvdata" class="col-sm-3 control-label bold">My Data Environment</label>
|
212 | 212 | <div class="col-sm-9">
|
213 |
| - <select class="form-control input-sm" id="myenvdata" name="environment"></select> |
| 213 | + <select class="form-control" id="myenvdata" name="environment"></select> |
214 | 214 | </div>
|
215 | 215 | </div>
|
216 | 216 | </form>
|
|
255 | 255 | <div class="form-group">
|
256 | 256 | <label for="robot" class="col-sm-3 control-label bold">Select Robot Config</label>
|
257 | 257 | <div class="col-sm-6">
|
258 |
| - <select class="form-control input-sm" id="robot" name="robot" multiple></select> |
| 258 | + <select class="form-control" id="robot" name="robot" multiple></select> |
259 | 259 | <button type="button" id="robotEdit" class="glyphicon glyphicon-edit btn" title="Edit Robot"></button>
|
260 | 260 | <button type="button" id="robotCreate" class="glyphicon glyphicon-plus-sign btn" title="Create a new Robot"></button>
|
261 | 261 | </div>
|
|
267 | 267 | <div class="form-group">
|
268 | 268 | <label for="seleniumIP" class="col-sm-3 control-label bold">Selenium Server IP</label>
|
269 | 269 | <div class="col-sm-9">
|
270 |
| - <input type="text" class="form-control input-sm" id="seleniumIP" name="ss_ip"/> |
| 270 | + <input type="text" class="form-control" id="seleniumIP" name="ss_ip"/> |
271 | 271 | </div>
|
272 | 272 | </div>
|
273 | 273 | <div class="form-group">
|
274 | 274 | <label for="seleniumPort" class="col-sm-3 control-label bold">Selenium Server Port</label>
|
275 | 275 | <div class="col-sm-9">
|
276 |
| - <input type="text" class="form-control input-sm" id="seleniumPort" name="ss_p"/> |
| 276 | + <input type="text" class="form-control" id="seleniumPort" name="ss_p"/> |
277 | 277 | </div>
|
278 | 278 | </div>
|
279 | 279 | <div class="form-group">
|
280 | 280 | <label for="browser" class="col-sm-3 control-label bold">Browser</label>
|
281 | 281 | <div class="col-sm-9">
|
282 |
| - <select class="form-control input-sm" id="browser" name="browser"></select> |
| 282 | + <select class="form-control" id="browser" name="browser"></select> |
283 | 283 | </div>
|
284 | 284 | </div>
|
285 | 285 | </form>
|
|
301 | 301 | <div class="form-group">
|
302 | 302 | <label for="tag" class="col-sm-3 control-label bold">Tag</label>
|
303 | 303 | <div class="col-sm-9">
|
304 |
| - <input type="text" class="form-control input-sm" id="tag" name="Tag" maxlength="255"/> |
| 304 | + <input type="text" class="form-control" id="tag" name="Tag" maxlength="255"/> |
305 | 305 | </div>
|
306 | 306 | </div>
|
307 | 307 | <div class="form-group">
|
308 | 308 | <label for="verbose" class="col-sm-3 control-label bold">Verbose</label>
|
309 | 309 | <!-- <span class="toggle glyphicon glyphicon-list pull-left"></span>-->
|
310 | 310 | <div class="col-sm-9">
|
311 |
| - <select class="form-control input-sm" id="verbose" name="Verbose"></select> |
| 311 | + <select class="form-control" id="verbose" name="Verbose"></select> |
312 | 312 | </div>
|
313 | 313 | </div>
|
314 | 314 | <div class="form-group">
|
315 | 315 | <label for="screenshot" class="col-sm-3 control-label bold">Screenshot</label>
|
316 | 316 | <div class="col-sm-9">
|
317 |
| - <select class="form-control input-sm" id="screenshot" name="Screenshot"></select> |
| 317 | + <select class="form-control" id="screenshot" name="Screenshot"></select> |
318 | 318 | </div>
|
319 | 319 | </div>
|
320 | 320 | <div class="form-group">
|
321 | 321 | <label for="video" class="col-sm-3 control-label bold">Video</label>
|
322 | 322 | <div class="col-sm-9">
|
323 |
| - <select class="form-control input-sm" id="video" name="Video"></select> |
| 323 | + <select class="form-control" id="video" name="Video"></select> |
324 | 324 | </div>
|
325 | 325 | </div>
|
326 | 326 | <div class="form-group">
|
327 | 327 | <label for="pageSource" class="col-sm-3 control-label bold">Page Source</label>
|
328 | 328 | <div class="col-sm-9">
|
329 |
| - <select class="form-control input-sm" id="pageSource" name="PageSource"></select> |
| 329 | + <select class="form-control" id="pageSource" name="PageSource"></select> |
330 | 330 | </div>
|
331 | 331 | </div>
|
332 | 332 | <div class="form-group">
|
333 | 333 | <label for="seleniumLog" class="col-sm-3 control-label bold">Robot Log</label>
|
334 | 334 | <div class="col-sm-9">
|
335 |
| - <select class="form-control input-sm" id="seleniumLog" name="SeleniumLog"></select> |
| 335 | + <select class="form-control" id="seleniumLog" name="SeleniumLog"></select> |
336 | 336 | </div>
|
337 | 337 | </div>
|
338 | 338 | <div class="form-group">
|
339 | 339 | <label for="consoleLog" class="col-sm-3 control-label bold">Console Log</label>
|
340 | 340 | <div class="col-sm-9">
|
341 |
| - <select class="form-control input-sm" id="consoleLog" name="ConsoleLog"></select> |
| 341 | + <select class="form-control" id="consoleLog" name="ConsoleLog"></select> |
342 | 342 | </div>
|
343 | 343 | </div>
|
344 | 344 | <div class="form-group">
|
345 | 345 | <label for="timeout" class="col-sm-3 control-label bold">Timeout</label>
|
346 | 346 | <div class="col-sm-9">
|
347 |
| - <input type="text" class="form-control input-sm" id="timeout" name="timeout"/> |
| 347 | + <input type="text" class="form-control" id="timeout" name="timeout"/> |
348 | 348 | </div>
|
349 | 349 | </div>
|
350 | 350 | <div class="form-group">
|
351 | 351 | <label for="retries" class="col-sm-3 control-label bold">Retries</label>
|
352 | 352 | <div class="col-sm-9">
|
353 |
| - <select class="form-control input-sm" id="retries" name="retries"></select> |
| 353 | + <select class="form-control" id="retries" name="retries"></select> |
354 | 354 | </div>
|
355 | 355 | </div>
|
356 | 356 | <div class="form-group">
|
357 | 357 | <label for="priority" class="col-sm-3 control-label bold">Priority</label>
|
358 | 358 | <div class="col-sm-9">
|
359 |
| - <input type="text" class="form-control input-sm" id="priority" name="priority"/> |
| 359 | + <input type="text" class="form-control" id="priority" name="priority"/> |
360 | 360 | </div>
|
361 | 361 | </div>
|
362 | 362 | <div class="form-group">
|
363 | 363 | <label for="manualExecution" class="col-sm-3 control-label bold">Manual Execution</label>
|
364 | 364 | <div class="col-sm-9">
|
365 |
| - <select class="form-control input-sm" id="manualExecution" name="manualExecution"></select> |
| 365 | + <select class="form-control" id="manualExecution" name="manualExecution"></select> |
366 | 366 | </div>
|
367 | 367 | </div>
|
368 | 368 | </form>
|
|
0 commit comments