Skip to content

Commit

Permalink
lestarch: changing icons to fix #33
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Dec 1, 2021
1 parent 6907b9c commit 744742e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/fprime_gds/flask/static/addons/sequencer/addon-templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ export let sequencer_template = `
</div>
<div class="col-md-4 mb-1">
<button class="btn btn-secondary btn-block" :disabled="active" v-on:click="download">
<i class="fas fa-download"></i>
<span class="d-md-none d-lg-inline">Download</span>
<i class="fas fa-save"></i>
<span class="d-md-none d-lg-inline">Save As</span>
</button>
</div>
<div class="col-md-4 mb-1">
<input type="file" id="sequenceUpload" accept=".seq"
v-on:change="setSequence($event.target.files[0])" style="display: none;"/>
<label for="sequenceUpload" class="btn btn-secondary btn-block">
<i class="fas fa-upload"></i>
<span class="d-md-none d-lg-inline">Upload</span>
<i class="fas fa-folder-open"></i>
<span class="d-md-none d-lg-inline">Open</span>
</label>
</div>
</div>
Expand All @@ -61,4 +61,4 @@ export let sequencer_template = `
Sequence compilation output
</small>
</div>
`;
`;

0 comments on commit 744742e

Please sign in to comment.