File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 :description =" $t('message.ssvm.cert.trust.instructions')" />
3333 <div class =" action-button" style =" margin-top : 16px " >
3434 <a-button @click =" closeAction" >{{ $t('label.cancel') }}</a-button >
35- <a :href =" ssvmOrigin" target =" _blank" rel =" noopener noreferrer" >
36- < a-button > {{ $t('label.ssvm.open.cert.page') }}</ a-button >
37- </a >
35+ <a-button :href =" ssvmOrigin" target =" _blank" rel =" noopener noreferrer" >
36+ {{ $t('label.ssvm.open.cert.page') }}
37+ </a-button >
3838 <a-button type =" primary" :loading =" loading" @click =" retryUpload" >
3939 {{ $t('label.retry.upload') }}
4040 </a-button >
@@ -360,6 +360,7 @@ export default {
360360 userdatapolicy: null ,
361361 userdatapolicylist: {},
362362 loading: false ,
363+ uploading: false ,
363364 allowed: false ,
364365 uploadParams: null ,
365366 uploadPercentage: 0 ,
Original file line number Diff line number Diff line change 3232 :description =" $t('message.ssvm.cert.trust.instructions')" />
3333 <div class =" action-button" style =" margin-top : 16px " >
3434 <a-button @click =" closeAction" >{{ $t('label.cancel') }}</a-button >
35- <a :href =" ssvmOrigin" target =" _blank" rel =" noopener noreferrer" >
36- < a-button > {{ $t('label.ssvm.open.cert.page') }}</ a-button >
37- </a >
35+ <a-button :href =" ssvmOrigin" target =" _blank" rel =" noopener noreferrer" >
36+ {{ $t('label.ssvm.open.cert.page') }}
37+ </a-button >
3838 <a-button type =" primary" :loading =" loading" @click =" retryUpload" >
3939 {{ $t('label.retry.upload') }}
4040 </a-button >
Original file line number Diff line number Diff line change 3030 :description =" $t('message.ssvm.cert.trust.instructions')" />
3131 <div class =" action-button" style =" margin-top : 16px " >
3232 <a-button @click =" closeAction" >{{ $t('label.cancel') }}</a-button >
33- <a :href =" ssvmOrigin" target =" _blank" rel =" noopener noreferrer" >
34- < a-button > {{ $t('label.ssvm.open.cert.page') }}</ a-button >
35- </a >
33+ <a-button :href =" ssvmOrigin" target =" _blank" rel =" noopener noreferrer" >
34+ {{ $t('label.ssvm.open.cert.page') }}
35+ </a-button >
3636 <a-button type =" primary" :loading =" loading" @click =" retryUpload" >
3737 {{ $t('label.retry.upload') }}
3838 </a-button >
You can’t perform that action at this time.
0 commit comments