We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93c7c4 commit aadb17cCopy full SHA for aadb17c
app/src/views/Controller.vue
@@ -6,11 +6,11 @@
6
</div>
7
<div class="form-group col-12 col-md-6">
8
<div class="btn-group float-right" role="group">
9
- <div v-if="showInstall">
10
- <button v-on:click="onClickInstall" id="install" type="button" class="form-control btn btn-primary">Install</button>
11
- </div>
12
- <b-button disabled>
13
- 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}}
14
</b-button>
15
16
<b-button type="button" class="form-control btn btn-success connect-btn" disabled v-if="connected">
0 commit comments