Skip to content

Commit

Permalink
Merge pull request #532 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Apr 11, 2024
2 parents f68b1c0 + 6196e1f commit 1b0b473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/templates/inflog.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h4 class="font-weight-bold text-primary">
</div>
{% endif %}
<button class="btn btn-outline-primary" id="bottomBtn" onclick="bottomFunction()"><i class="fa fa-angle-double-down"></i> Bottom</a>
<button type=button class='btn btn-outline-primary' onclick='location.reload(true)'><span class='fas fa-sync mr-2'></span>Refresh</button>
<button type=button class='btn btn-outline-primary' onclick='location.reload(true)'><span class='fas fa-sync mr-2'></span> Refresh</button>
<button type=button class="btn btn-small btn-outline-secondary" onclick="history.back()"><span class="fas fa-arrow-left mr-2"></span> Back</button>
</div>
</div>
Expand All @@ -57,7 +57,7 @@ <h4 class="font-weight-bold text-primary">
</div>
<div class="card-footer text-center">
<!-- input type="button" id="downloadBtn" value="Download log file"/-->
<button type=button class='btn btn-outline-primary' onclick='location.reload(true)'><span class='fas fa-sync mr-2'></span>Refresh</button>
<button type=button class='btn btn-outline-primary' onclick='location.reload(true)'><span class='fas fa-sync mr-2'></span> Refresh</button>
<button class="btn btn-primary" id="downloadBtn"><i class="fa fa-download"></i> Download</button>
<button class="btn btn-outline-primary" id="topBtn" onclick="topFunction()"><i class="fa fa-angle-double-up"></i> Top</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/templates/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ <h5 class="font-weight-bold text-primary">

{% if vars.update({'template_count': vars['template_count'] + 1}) %} {% endif %}
{% if vars['template_count'] % 3 == 1 %}
<div class="row row-cols-3" style="min-height: 210px;">
<div class="row row-cols-3">
{% endif %}

<div class="card mb-3 bg-light-grey card-rounded border-0 ms-3 pe-0" id="{{tosca_filename}}">
<div class="card mb-3 bg-light-grey card-rounded border-0 ms-3 pe-0" id="{{tosca_filename}}" style="min-height: 190px;">

<div class="card-body">
<h5 class="card-title text-center">
Expand Down

0 comments on commit 1b0b473

Please sign in to comment.