mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: domain import icon
This commit is contained in:
@@ -67,10 +67,6 @@ const list = ref([]);
|
|||||||
async function loadImportTaskStatus() {
|
async function loadImportTaskStatus() {
|
||||||
const res = await api.ImportTaskStatus();
|
const res = await api.ImportTaskStatus();
|
||||||
list.value = res || [];
|
list.value = res || [];
|
||||||
for (let item of list.value) {
|
|
||||||
const provider = Dicts.dnsProviderTypeDict.dataMap[item.dnsProviderType];
|
|
||||||
item.icon = provider?.icon || "ion:cloud-outline";
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async function startTask(item: any) {
|
async function startTask(item: any) {
|
||||||
|
|||||||
Reference in New Issue
Block a user