home.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "title": "Home",
  3. "tags": [],
  4. "style": "dark",
  5. "timezone": "browser",
  6. "editable": true,
  7. "hideControls": true,
  8. "rows": [
  9. {
  10. "title": "New row",
  11. "height": "100px",
  12. "collapse": false,
  13. "editable": true,
  14. "panels": [
  15. {
  16. "id": 1,
  17. "span": 12,
  18. "editable": true,
  19. "type": "text",
  20. "mode": "html",
  21. "content": "<div class=\"text-center\" style=\"padding: 10px 0 20px 0\">\n<img src=\"img/logo_transparent_200x.png\" width=\"170px\"> \n</div>",
  22. "style": {},
  23. "title": ""
  24. }
  25. ]
  26. },
  27. {
  28. "height": "610px",
  29. "panels": [
  30. {
  31. "id": 2,
  32. "span": 6,
  33. "type": "dashlist",
  34. "mode": "starred",
  35. "title": "Starred dashboards"
  36. },
  37. {
  38. "id": 3,
  39. "span": 6,
  40. "type": "dashlist",
  41. "mode": "search",
  42. "title": "Dashboards"
  43. }
  44. ]
  45. }
  46. ],
  47. "nav": [
  48. {
  49. "type": "timepicker",
  50. "enable": false
  51. }
  52. ],
  53. "time": {
  54. "from": "now-6h",
  55. "to": "now"
  56. },
  57. "templating": {
  58. "list": []
  59. },
  60. "version": 5
  61. }