telemetry dashboard add
All checks were successful
Build And Test / build-and-push (push) Successful in 4m35s
All checks were successful
Build And Test / build-and-push (push) Successful in 4m35s
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<!-- Grafana IFrame -->
|
||||
<div class="ratio ratio-16x9">
|
||||
<iframe
|
||||
src="https://grafana.nativedeck.com/d/PwMJtdvnz/1-k8s-for-prometheus-dashboard-20211010-en?orgId=2&from=1731468637504&to=1731470437504&kiosk"
|
||||
src="https://grafana.icurfer.com/public-dashboards/40d2a2615010433d81f5cf40caa03541"
|
||||
width="100%"
|
||||
height="800"
|
||||
frameborder="0"
|
||||
|
@ -16,5 +16,5 @@ urlpatterns = [
|
||||
path('ip-mgmt/delete/', views.delete_ip_records, name='ip_mgmt_delete'), # 삭제 URL 추가
|
||||
path('ip-mgmt/edit/<int:pk>/', views.edit_ip_record, name='ip_mgmt_edit'), # 수정 URL 추가
|
||||
path('privacy/', views.privacy_view, name='privacy'),
|
||||
path('test/', views.test_view, name='test'),
|
||||
# path('test/', views.test_view, name='test'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user