Add private registry config section in settings
This commit is contained in:
@@ -216,8 +216,8 @@ onMounted(async () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<ProgressBar v-show="updateBusy" :value="percent" />
|
||||
<p v-show="updateBusy">{{ message }}</p>
|
||||
<ProgressBar :value="percent" v-if="updateBusy" />
|
||||
<p v-if="updateBusy">{{ message }}</p>
|
||||
|
||||
<Button danger v-show="updateBusy" @click="onStop()">{{ $t('settings.updates.stopUpdateAction') }}</Button>
|
||||
<Button v-show="!pendingUpdate" :disabled="checkingBusy" :loading="checkingBusy" @click="onCheck()">{{ $t('settings.updates.checkForUpdatesAction') }}</Button>
|
||||
|
||||
Reference in New Issue
Block a user