File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 {{ $t('preview') }}
3131 </a-button >
3232 <a-button class =" sync-btn" block type =" primary" :loading =" publishLoading" @click =" publish" >
33- <i class =" zwicon-deploy" ></i >
34- {{ $t('syncSite') }}
33+ <template v-if =" ! publishLoading " >
34+ <i class =" zwicon-deploy" ></i >
35+ {{ $t('syncSite') }}
36+ </template >
3537 </a-button >
3638 <div class =" version-container" :class =" { 'version-dot': hasUpdate }" >
3739 <i class =" ri-equalizer-line text-base" @click =" systemModalVisible = true" ></i >
Original file line number Diff line number Diff line change 3030 </a-input >
3131 </a-form-item >
3232 <a-form-item label =" CNAME" :labelCol =" formLayout.label" :wrapperCol =" formLayout.wrapper" :colon =" false" >
33- <a-input v-model =" form.cname" />
33+ <a-input v-model =" form.cname" placeholder = " mydomain.com " />
3434 </a-form-item >
3535 </template >
3636 <template v-if =" [' sftp' ].includes (form .platform ) " >
You can’t perform that action at this time.
0 commit comments