Skip to content

Commit

Permalink
Update and rename visualize.js to operator.js
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Nov 5, 2024
1 parent b78a103 commit 0cbc22d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
21 changes: 21 additions & 0 deletions src/pages/cloud-native-management/kanvas/operator.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import React from "react";

import SEO from "../../../components/seo";

import KanvasOperator from "../../../sections/Kanvas/Kanvas-visualize/index";

const KanvasVisualizePage = () => {

return (
<>
<KanvasOperator />

</>
);
};
export default KanvasVisualizePage;


export const Head = () => {
return <SEO title="Kanvas Operator" description="Import your existing Kubernetes, Helm, or Docker Compose applications, monitor various performance metrics and see your clusters in-action." />;
};
21 changes: 0 additions & 21 deletions src/pages/cloud-native-management/kanvas/visualize.js

This file was deleted.

0 comments on commit 0cbc22d

Please sign in to comment.