2 Comments
-
( "name": "Dashboard Infraestructura", "description": "Dashboard que muestra Clusters, ESXi, Storage y Máquinas Virtuales", "layout": ( "type": "flex", "rows": [ ( "columns": [ ( "widgetId": "widget1", "width": 25 ), ( "widgetId": "widget2", "width": 25 ), ( "widgetId": "widget3", "width": 25 ), ( "widgetId": "widget4", "width": 25 ) ] ) ] ), "widgets": [ ( "id": "widget1", "name": "Clusters", "type": "html", "config": ( "htmlContent": "<a href='https://example.com/tarjeta1' style='text-decoration: none; color: #555555; font-size: 18px;'>Clusters</a>" ) ), ( "id": "widget2", "name": "Esxi", "type": "html", "config": ( "htmlContent": "<a href='https://example.com/tarjeta2' style='text-decoration: none; color: #555555; font-size: 18px;'>Esxi</a>" ) ), ( "id": "widget3", "name": "Storage", "type": "html", "config": ( "htmlContent": "<a href='https://example.com/tarjeta3' style='text-decoration: none; color: #555555; font-size: 18px;'>Storage</a>" ) ), ( "id": "widget4", "name": "Máquinas Virtuales", "type": "html", "config": ( "htmlContent": "<a href='https://example.com/tarjeta4' style='text-decoration: none; color: #555555; font-size: 18px;'>Máquinas Virtuales</a>" ) ) ] )