add shares av system
This commit is contained in:
@@ -19,6 +19,7 @@ import ProfilePage from '@/pages/Profile'
|
||||
import MonitoringPage from '@/pages/Monitoring'
|
||||
import ObjectStoragePage from '@/pages/ObjectStorage'
|
||||
import SnapshotReplicationPage from '@/pages/SnapshotReplication'
|
||||
import ShareShieldPage from '@/pages/ShareShield'
|
||||
import Layout from '@/components/Layout'
|
||||
|
||||
// Create a client
|
||||
@@ -68,6 +69,7 @@ function App() {
|
||||
<Route path="terminal" element={<TerminalConsolePage />} />
|
||||
<Route path="object-storage" element={<ObjectStoragePage />} />
|
||||
<Route path="snapshots" element={<SnapshotReplicationPage />} />
|
||||
<Route path="share-shield" element={<ShareShieldPage />} />
|
||||
<Route path="monitoring" element={<MonitoringPage />} />
|
||||
<Route path="alerts" element={<AlertsPage />} />
|
||||
<Route path="system" element={<SystemPage />} />
|
||||
|
||||
Reference in New Issue
Block a user