Updates
This commit is contained in:
@@ -119,32 +119,6 @@ export default function DeploymentService({ service }: Props) {
|
||||
}}
|
||||
/>
|
||||
) : 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>
|
||||
|
||||
{ready ? (
|
||||
|
||||
@@ -6,9 +6,9 @@ rm -rf /app/.next
|
||||
bun install
|
||||
npm rebuild better-sqlite3
|
||||
|
||||
bun twui:add || echo "TWUI Already Added"
|
||||
bun twui:init || echo "TWUI Already Initialized"
|
||||
bun twui:update
|
||||
git submodule add https://git.tben.me/Moduletrace/tailwind-ui-library.git twui || echo "TWUI Already Added"
|
||||
git submodule update --init twui || echo "TWUI Already Initialized"
|
||||
git submodule update --remote
|
||||
|
||||
bunx nsqlite schema -t
|
||||
|
||||
|
||||
+1
-1
Submodule twui updated: 9f8527fc4d...a242869095
Reference in New Issue
Block a user