replaced ti-clock
This commit is contained in:
@@ -147,7 +147,7 @@ const menuDef = computed(() => [{
|
||||
to: '/admin/federation',
|
||||
active: currentPage.value?.route.name === 'federation',
|
||||
}, {
|
||||
icon: 'ph-clock ph-bold ph-lg-play',
|
||||
icon: 'ti ti-clock-play',
|
||||
text: i18n.ts.jobQueue,
|
||||
to: '/admin/queue',
|
||||
active: currentPage.value?.route.name === 'queue',
|
||||
|
||||
@@ -70,6 +70,6 @@ const headerTabs = computed(() => [{
|
||||
|
||||
definePageMetadata(() => ({
|
||||
title: i18n.ts.jobQueue,
|
||||
icon: 'ph-clock ph-bold ph-lg-play',
|
||||
icon: 'ti ti-clock-play',
|
||||
}));
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user