🐛 fix: Remove the system log dialog component from the system version card
This commit is contained in:
parent
7a8c010295
commit
71cb827918
@ -28,7 +28,6 @@ import { useState } from "react";
|
|||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { toast } from "sonner";
|
import { toast } from "sonner";
|
||||||
import packageJson from "../../../../../../package.json";
|
import packageJson from "../../../../../../package.json";
|
||||||
import SystemLogsDialog from "./system-logs-dialog";
|
|
||||||
|
|
||||||
export default function SystemVersionCard() {
|
export default function SystemVersionCard() {
|
||||||
const { t } = useTranslation("tool");
|
const { t } = useTranslation("tool");
|
||||||
@ -136,7 +135,6 @@ export default function SystemVersionCard() {
|
|||||||
<CardTitle className="flex items-center justify-between">
|
<CardTitle className="flex items-center justify-between">
|
||||||
{t("systemServices", "System Services")}
|
{t("systemServices", "System Services")}
|
||||||
<div className="flex items-center space-x-2">
|
<div className="flex items-center space-x-2">
|
||||||
<SystemLogsDialog size="sm" variant="outline" />
|
|
||||||
<AlertDialog onOpenChange={setOpenRestart} open={openRestart}>
|
<AlertDialog onOpenChange={setOpenRestart} open={openRestart}>
|
||||||
<AlertDialogTrigger asChild>
|
<AlertDialogTrigger asChild>
|
||||||
<Button size="sm" variant="destructive">
|
<Button size="sm" variant="destructive">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user