Updates
This commit is contained in:
@@ -119,32 +119,6 @@ export default function DeploymentService({ service }: Props) {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
|
|
||||||
{/* {cluster_servers?.map((server, index) => {
|
|
||||||
const is_active =
|
|
||||||
server?.private_ip == targetServer?.private_ip;
|
|
||||||
|
|
||||||
return (
|
|
||||||
<Button
|
|
||||||
title={`Cluster ${index + 1}`}
|
|
||||||
key={index}
|
|
||||||
color="gray"
|
|
||||||
variant={is_active ? undefined : "outlined"}
|
|
||||||
size="small"
|
|
||||||
onClick={() => {
|
|
||||||
setTargetServer(server);
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
className={twMerge(
|
|
||||||
is_active ? "font-semibold" : "",
|
|
||||||
)}
|
|
||||||
>
|
|
||||||
{server.private_ip}
|
|
||||||
</span>
|
|
||||||
</Button>
|
|
||||||
);
|
|
||||||
})} */}
|
|
||||||
</Row>
|
</Row>
|
||||||
|
|
||||||
{ready ? (
|
{ready ? (
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ rm -rf /app/.next
|
|||||||
bun install
|
bun install
|
||||||
npm rebuild better-sqlite3
|
npm rebuild better-sqlite3
|
||||||
|
|
||||||
bun twui:add || echo "TWUI Already Added"
|
git submodule add https://git.tben.me/Moduletrace/tailwind-ui-library.git twui || echo "TWUI Already Added"
|
||||||
bun twui:init || echo "TWUI Already Initialized"
|
git submodule update --init twui || echo "TWUI Already Initialized"
|
||||||
bun twui:update
|
git submodule update --remote
|
||||||
|
|
||||||
bunx nsqlite schema -t
|
bunx nsqlite schema -t
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule twui updated: 9f8527fc4d...a242869095
Reference in New Issue
Block a user