Skip to content

Commit

Permalink
feat(deployment): updated icons for uploading and downloading scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
FerTV committed Nov 13, 2024
1 parent 04a9d28 commit dde2257
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions nebula/frontend/templates/deployment.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,12 @@ <h5 class="step-title">Aggregation algorithm</h5>
style="margin-top: 10px; margin-left: 15px; float: right" disabled="true">Run
NEBULA
</button>
<button id="load-config-btn" type="button" class="btn btn-dark"
style="margin-top: 10px; margin-left: 5px; float: right">Load</button>
<button id="save-config-btn" type="button" class="btn btn-dark"
style="margin-top: 10px; margin-left: 5px; float: right">Save</button>
<button id="load-config-btn" type="button" class="btn btn-dark" style="margin-top: 10px; margin-left: 5px; float: right">
<i class="fa fa-upload" aria-hidden="true"></i>
</button>
<button id="save-config-btn" type="button" class="btn btn-dark" style="margin-top: 10px; margin-left: 5px; float: right">
<i class="fa fa-download" aria-hidden="true"></i>
</button>
<button id="open-gen-modal-btn" type="button" class="btn btn-dark"
style="margin-top: 10px; margin-left: 5px; float: right;"><i class="fa fa-list-ul" aria-hidden="true"></i></button>
</div>
Expand Down

0 comments on commit dde2257

Please sign in to comment.