-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename visualize.js to operator.js
Signed-off-by: Vivek Vishal <[email protected]>
- Loading branch information
1 parent
b78a103
commit 0cbc22d
Showing
2 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." />; | ||
}; |
This file was deleted.
Oops, something went wrong.