cat list: disable download button if building pdf
This commit is contained in:
@ -197,7 +197,11 @@
|
||||
<v-divider></v-divider>
|
||||
<v-card-text>
|
||||
<v-btn class="ma-0" small flat :href="'/catalog/edit/' + selectedCatalog.id">Edit</v-btn>
|
||||
<v-btn class="ma-0" small flat :href="selectedCatalog.pdf">Download</v-btn>
|
||||
<v-btn
|
||||
class="ma-0"
|
||||
small flat
|
||||
:disabled="selectedCatalog.build_progress < 100"
|
||||
:href="selectedCatalog.pdf">Download</v-btn>
|
||||
<!-- <v-btn class="ma-0" small flat>Share</v-btn> -->
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
|
||||
Reference in New Issue
Block a user