Updates
This commit is contained in:
parent
25f966250c
commit
673a1ca024
@ -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
|
||||
|
||||
|
||||
2
twui
2
twui
@ -1 +1 @@
|
||||
Subproject commit 9f8527fc4d851c1fecd6600bd60c490de998676f
|
||||
Subproject commit a24286909587218bf51bbd052ad6e5addd67e5e5
|
||||
Loading…
Reference in New Issue
Block a user