This commit is contained in:
@@ -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" .}}
|
||||
|
||||
Reference in New Issue
Block a user