Skip to content

Commit

Permalink
Merge pull request #46 from gbdlin/task/remove-download-from-listing
Browse files Browse the repository at this point in the history
Remove unnecessary download button from list
  • Loading branch information
gbdlin authored Jun 24, 2023
2 parents ef144a6 + dace4a0 commit df7517b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions plugin_store/templates/plugin_browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ <h5 class="card-title">{{ plugin.name }}</h5>
<span v-for="tag in plugin.tags" class="badge alert-primary" style="margin-right: 5px;">{{ tag }}</span>
</p>
<p class="card-text">{{ plugin.description }}</p>
<div class="btn-group">
<button type="button" class="btn btn-primary"
v-on:click="installPlugin(plugin.name, plugin.selected_version)">Install {{
plugin.selected_version.name }}</button>
<button type="button" class="btn btn-primary dropdown-toggle dropdown-toggle-split"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
</button>
<div class="dropdown-menu">
<a v-for="version in plugin.versions" class="dropdown-item"
v-on:click="plugin.selected_version = version">{{ version.name }}</a>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit df7517b

Please sign in to comment.