Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ async function checkComponentStatus() {
updateSystemStatus(statusResult)
} catch (err) {
error.value = true
// eslint-disable-next-line no-console
console.error(err)
}
}
Expand All @@ -105,16 +104,16 @@ onMounted(() => {

<template>
<PrimeButton
outlined
class="surface-section min-w-fit hover:surface-hover whitespace-nowrap"
link
class="surface-section min-w-fit whitespace-nowrap"
icon="pi pi-circle-fill"
size="small"
v-show="!error"
:label="label"
:loading="!label"
:pt="{
root: { class: 'h-8 flex-row items-center' },
label: { class: 'font-normal text-sm min-w-[9rem]' },
root: { class: 'flex items-center gap-3 bg-transparent' },
label: { class: 'font-proto-mono text-white leading-relaxed text-xs' },
icon: { style: colorStatus, class: 'text-xs' }
}"
@click="redirectToLink"
Expand Down
11 changes: 0 additions & 11 deletions packages/webkit/src/components/site/system-status/package.json

This file was deleted.

134 changes: 0 additions & 134 deletions packages/webkit/src/components/site/system-status/system-status.vue

This file was deleted.

Loading