Frontend: Add classes for testing in details.vue
This commit is contained in:
parent
251f648ee8
commit
7dff2a032f
1 changed files with 2 additions and 2 deletions
|
@ -359,12 +359,12 @@
|
|||
<translate>Close</translate>
|
||||
</v-btn>
|
||||
<v-btn color="secondary-dark" depressed dark @click.stop="save(false)"
|
||||
class="p-photo-dialog-confirm">
|
||||
class="p-photo-dialog-confirm action-approve">
|
||||
<span v-if="$config.feature('review') && model.Quality < 3">Approve</span>
|
||||
<span v-else>Apply</span>
|
||||
</v-btn>
|
||||
<v-btn color="secondary-dark" depressed dark @click.stop="save(true)"
|
||||
class="p-photo-dialog-confirm hidden-xs-only">
|
||||
class="p-photo-dialog-confirm hidden-xs-only action-ok">
|
||||
<span>OK</span>
|
||||
<v-icon right dark>done</v-icon>
|
||||
</v-btn>
|
||||
|
|
Loading…
Reference in a new issue