mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
refactor: rename cloud page to providers page
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import React from "react";
|
||||
|
||||
import Header from "@/components/ui/header/Header";
|
||||
|
||||
export default function Cloud() {
|
||||
return (
|
||||
<>
|
||||
<Header title="Cloud" icon="tabler:zoom-scan" />
|
||||
|
||||
<p>Hi hi from Cloud page</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
import React from "react";
|
||||
|
||||
import Header from "@/components/ui/header/Header";
|
||||
|
||||
export default function Providers() {
|
||||
return (
|
||||
<>
|
||||
<Header title="Providers" icon="tabler:zoom-scan" />
|
||||
|
||||
<p>Hi hi from Providers page</p>
|
||||
</>
|
||||
);
|
||||
}
|
||||
@@ -179,10 +179,10 @@ export const sectionItems: SidebarItem[] = [
|
||||
title: "Accounts",
|
||||
items: [
|
||||
{
|
||||
key: "cloud",
|
||||
href: "/cloud",
|
||||
key: "providers",
|
||||
href: "/providers",
|
||||
icon: "solar:gift-linear",
|
||||
title: "Cloud",
|
||||
title: "Providers",
|
||||
endContent: (
|
||||
<Chip size="sm" variant="flat">
|
||||
3
|
||||
|
||||
Reference in New Issue
Block a user