mirror of https://github.com/apache/cloudstack.git
project: close token form on cancel
Fixes #192 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
e42a5a9c2b
commit
0067c85d09
|
|
@ -40,7 +40,7 @@
|
|||
</a-form-item>
|
||||
<div class="card-footer">
|
||||
<!-- ToDo extract as component -->
|
||||
<a-button @click="() => this.$router.back()">{{ this.$t('cancel') }}</a-button>
|
||||
<a-button @click="() => $emit('close-action')">{{ this.$t('cancel') }}</a-button>
|
||||
<a-button :loading="loading" type="primary" @click="handleSubmit">{{ this.$t('OK') }}</a-button>
|
||||
</div>
|
||||
</a-form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue