Skip to content

Commit aa35a07

Browse files
committed
Address review comments
1 parent b72cb96 commit aa35a07

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

ui/src/views/image/RegisterOrUploadIso.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
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,

ui/src/views/image/RegisterOrUploadTemplate.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
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>

ui/src/views/storage/UploadLocalVolume.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
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>

0 commit comments

Comments
 (0)