mirror of https://github.com/Fabio286/antares.git
perf(UI): hide "insert row" button in read-only mode, closes #695
This commit is contained in:
parent
33203aeb04
commit
6600197b82
|
@ -91,7 +91,7 @@
|
|||
<BaseIcon icon-name="mdiMagnify" :size="24" />
|
||||
</button>
|
||||
<button
|
||||
v-if="isTable"
|
||||
v-if="isTable && !connection.readonly"
|
||||
class="btn btn-dark btn-sm"
|
||||
:disabled="isQuering"
|
||||
@click="showFakerModal()"
|
||||
|
|
Loading…
Reference in New Issue