mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-21 11:22:15 +00:00
Create oci manager
This commit is contained in:
@@ -15,6 +15,7 @@ import {
|
||||
import { getApiUrl, fetchApi } from "../lib/api-config"
|
||||
import { TwoFactorSetup } from "./two-factor-setup"
|
||||
import { ScriptTerminalModal } from "./script-terminal-modal"
|
||||
import { SecureGatewaySetup } from "./secure-gateway-setup"
|
||||
|
||||
interface ApiTokenEntry {
|
||||
id: string
|
||||
@@ -2946,6 +2947,9 @@ ${(report.sections && report.sections.length > 0) ? `
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
{/* Secure Gateway */}
|
||||
<SecureGatewaySetup />
|
||||
|
||||
{/* Fail2Ban */}
|
||||
<Card>
|
||||
<CardHeader>
|
||||
|
||||
Reference in New Issue
Block a user