updated paths
Build and Release Core / Test and Build (push) Successful in 4m2s

This commit is contained in:
t
2026-04-29 10:36:05 -04:00
parent 88f77edadd
commit b07a114227
4 changed files with 61 additions and 52 deletions
+3
View File
@@ -10,15 +10,18 @@
<div class="tab-nav">
<button class="tab-btn active" onclick="switchTab('tab-metrics', this)">📊 Metrics</button>
<button class="tab-btn" onclick="switchTab('tab-performance', this)">📡 Performance</button>
{{ block "pro_risk_tab_btn" .}}
<button class="tab-btn" style="color: #94a3b8; cursor: not-allowed;" title="Available in RiskRancher Pro">
🔒 Risk Reviews (Pro)
</button>
{{ end }}
<button class="tab-btn" onclick="switchTab('tab-config', this)">⚙️ Configuration</button>
<button class="tab-btn" onclick="switchTab('tab-feed', this)">📻 System Logs</button>
</div>
{{template "admin_metrics" .}}
{{template "admin_performance" .}}
{{block "pro_risk_tab_content" .}}{{end}}
{{template "admin_config" .}}
{{template "admin_feed" .}}
{{template "admin_modals" .}}