mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-09 08:01:31 +00:00
cleanup for build
This commit is contained in:
@@ -20,20 +20,6 @@ export const Build = () => {
|
||||
</div>
|
||||
}
|
||||
actions={<RebuildBuild buildId={buildId} />}
|
||||
tabs={[
|
||||
{
|
||||
title: "Config",
|
||||
component: "config",
|
||||
},
|
||||
{
|
||||
title: "Builder",
|
||||
component: "builder",
|
||||
},
|
||||
{
|
||||
title: "Updates",
|
||||
component: "updates",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -25,24 +25,6 @@ export const Server = () => {
|
||||
</div>
|
||||
}
|
||||
actions=""
|
||||
tabs={[
|
||||
{
|
||||
title: "Config",
|
||||
component: <>config</>,
|
||||
},
|
||||
{
|
||||
title: "Deployments",
|
||||
component: <>server deployments</>,
|
||||
},
|
||||
{
|
||||
title: "Stats",
|
||||
component: "server stats",
|
||||
},
|
||||
{
|
||||
title: "Updates",
|
||||
component: <>updates</>,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
@@ -6,7 +6,6 @@ import { Dashboard } from "@pages/dashboard";
|
||||
import { Server } from "@resources/server/page";
|
||||
import { Build } from "@resources/build/page";
|
||||
import { Deployments, Builds, Servers, Builders } from "@resources/pages";
|
||||
import { DeploymentLogs } from "@resources/deployment/components/deployment-logs";
|
||||
import { DeploymentUpdates } from "@resources/deployment/updates";
|
||||
import { DeploymentLayout } from "@resources/deployment/layout";
|
||||
import { DeploymentPage } from "@resources/deployment/page";
|
||||
|
||||
Reference in New Issue
Block a user