diff --git a/ui/templates/admin.gohtml b/ui/templates/admin.gohtml index d31a199..a654c90 100644 --- a/ui/templates/admin.gohtml +++ b/ui/templates/admin.gohtml @@ -10,15 +10,18 @@
+ {{ block "pro_risk_tab_btn" .}} + {{ end }}
{{template "admin_metrics" .}} {{template "admin_performance" .}} + {{block "pro_risk_tab_content" .}}{{end}} {{template "admin_config" .}} {{template "admin_feed" .}} {{template "admin_modals" .}} diff --git a/ui/templates/components/admin_config.gohtml b/ui/templates/components/admin_config.gohtml index db27bbc..0eeac38 100644 --- a/ui/templates/components/admin_config.gohtml +++ b/ui/templates/components/admin_config.gohtml @@ -24,7 +24,7 @@ -
+ {{block "pro_source_routing" .}}

🛤️ Source Routing

@@ -35,65 +35,69 @@ Learn about RiskRancher Pro →
-
+ {{end}}
-
-
-
-

⏱️ SLA Policies & System Time

-

Locked to Standard FedRAMP/NIST Default Timeframes

+ {{block "pro_sla_policy" .}} +
+
+
+

⏱️ SLA Policies & System Time

+

Locked to Standard FedRAMP/NIST Default Timeframes

+
+
- -
-
-
-

Base Configuration

- - -
-
-
+
+
+

Base Configuration

+ + +
+
+
+
+
+
+
+

SLA Matrix (Days to Patch)

+
+ + + + + + + + +
SeverityTriagePatch
Critical13
High314
Medium730
Low1490
-
-
-

SLA Matrix (Days to Patch)

-
- - - - - - - - -
SeverityTriagePatch
Critical13
High314
Medium730
Low1490
-
-
+ {{end}}

⚙️ Operations

-
- -
- - + {{block "pro_backups" .}} +
+ +
+ + +
-
+ {{end}}
diff --git a/ui/templates/components/dash_tabs.gohtml b/ui/templates/components/dash_tabs.gohtml index e3ed866..daa235f 100644 --- a/ui/templates/components/dash_tabs.gohtml +++ b/ui/templates/components/dash_tabs.gohtml @@ -8,9 +8,11 @@ 🤠 The Chute (Assigned) - - 🔒 Pending Verification (Pro) - + {{block "pro_verification_tab" .}} + + 🔒 Pending Verification (Pro) + + {{end}} 🗄️ The Archives diff --git a/ui/templates/dashboard.gohtml b/ui/templates/dashboard.gohtml index 35a924c..ea0e9ac 100644 --- a/ui/templates/dashboard.gohtml +++ b/ui/templates/dashboard.gohtml @@ -1,11 +1,12 @@ {{define "content"}} - {{template "dash_tabs" .}} + {{block "pro_risk_tab_content" .}}{{end}} +
{{template "dash_table" .}}
@@ -13,5 +14,4 @@ {{template "dash_modals" .}} - {{end}} \ No newline at end of file