Skip to content

Commit

Permalink
Fix install button
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang committed Jun 1, 2019
1 parent c93c7c4 commit aadb17c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/views/Controller.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
</div>
<div class="form-group col-12 col-md-6">
<div class="btn-group float-right" role="group">
<div v-if="showInstall">
<button v-on:click="onClickInstall" id="install" type="button" class="form-control btn btn-primary">Install</button>
</div>
<b-button disabled>
v{{version}}
<b-button v-on:click="onClickInstall" id="install" type="button" class="form-control btn btn-primary" v-if="showInstall">
Install
</b-button>
<b-button type="button" class="btn btn-secondary" disabled>
v{{version}}
</b-button>

<b-button type="button" class="form-control btn btn-success connect-btn" disabled v-if="connected">
Expand Down

0 comments on commit aadb17c

Please sign in to comment.