mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 04:30:06 +00:00
improve styles (#34)
This commit is contained in:
@@ -150,7 +150,7 @@ export const TerminalPage = () => {
|
||||
<div className="px-8">
|
||||
<div className="flex mt-6 mb-4">
|
||||
<h1 className="flex-1 text-3xl font-bold tracking-tight">
|
||||
Terminal
|
||||
{`Terminal (${id})`}
|
||||
</h1>
|
||||
<div className="flex-2 flex ml-auto gap-2">
|
||||
<FMCard id={id} />
|
||||
|
||||
@@ -106,8 +106,10 @@ export default function ServicePage() {
|
||||
},
|
||||
{
|
||||
header: t("SpecificServers"),
|
||||
accessorKey: "skipServers",
|
||||
accessorFn: (row) => Object.keys(row.skip_servers ?? {}),
|
||||
cell: ({ row }) => {
|
||||
const s = row.original;
|
||||
return <div className="max-w-32 whitespace-normal break-words">{Object.keys(s.skip_servers ?? {}).join(',')}</div>;
|
||||
}
|
||||
},
|
||||
{
|
||||
header: t("Type"),
|
||||
|
||||
Reference in New Issue
Block a user