Skip to content

Commit

Permalink
fix: Remove Refresh values button (#56)
Browse files Browse the repository at this point in the history
* disable Refresh values button

* add myself to Contributors

Co-authored-by: Daniel Lando <[email protected]>
  • Loading branch information
varet80 and robertsLando authored Dec 8, 2020
1 parent b9a6315 commit cca3d36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@ Thanks to this people for help with issues tracking and contributions:
- [**Jorge Schrauwen**](https://github.com/sjorge)
- [**Jay**](https://github.com/jshridha)
- [**Thiago Oliveira**](https://github.com/chilicheech)
- [**Vassilis Aretakis**](https://github.com/billiaz)
## :bowtie: Author
Expand Down
8 changes: 5 additions & 3 deletions src/components/ControlPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,12 @@

<!-- CONFIG VALUES -->
<v-expansion-panel>
<v-expansion-panel-header v-slot="{ open }">
<v-expansion-panel-header>
<!-- v-slot="{ open }"> -->
<v-row no-gutters>
<v-col style="max-width:150px">Configuration</v-col>
<v-col v-if="open">
<!-- Disable refresh button, just keep in case implemented in future
<v-col v-if="open">
<v-btn
rounded
color="primary"
Expand All @@ -233,7 +235,7 @@
dark
>Refresh values</v-btn
>
</v-col>
</v-col> -->
</v-row>
</v-expansion-panel-header>
<v-expansion-panel-content>
Expand Down

0 comments on commit cca3d36

Please sign in to comment.