Skip to content

Commit

Permalink
Column mismatch in modal dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
adiralashiva8 committed Oct 12, 2020
1 parent 805337c commit 67ada90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion robotframework_historic/templates/eidtmetrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h5 class="modal-title" style="text-align:left">{{item[2]}}</h5>
<div class="col-sm-6 col-md-6">
<div class="form-group">
<label class="form-label" style="text-align:left">ETA<span class="form-required">*</span></label>
<input id="eta" name="eta" type="text" class="form-control" value="{{item[7]}}">
<input id="eta" name="eta" type="text" class="form-control" value="{{item[8]}}">
</div>
</div>
<div class="col-md-12">
Expand Down
2 changes: 1 addition & 1 deletion robotframework_historic/templates/failures.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h5 class="modal-title" style="text-align:left">{{item[2]}}</h5>
<div class="col-sm-6 col-md-6">
<div class="form-group">
<label class="form-label" style="text-align:left">ETA<span class="form-required">*</span></label>
<input id="eta" name="eta" type="text" class="form-control" value="{{item[7]}}">
<input id="eta" name="eta" type="text" class="form-control" value="{{item[8]}}">
</div>
</div>
<div class="col-md-12">
Expand Down
2 changes: 1 addition & 1 deletion robotframework_historic/templates/tmetrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h5 class="modal-title" style="text-align:left">{{item[2]}}</h5>
<div class="col-sm-6 col-md-6">
<div class="form-group">
<label class="form-label" style="text-align:left">ETA<span class="form-required">*</span></label>
<input id="eta" name="eta" type="text" class="form-control" value="{{item[7]}}">
<input id="eta" name="eta" type="text" class="form-control" value="{{item[8]}}">
</div>
</div>
<div class="col-md-12">
Expand Down

0 comments on commit 67ada90

Please sign in to comment.