{
  "charts": {
    "icon":"line-chart",
    "label": "Charts",
    "order": ["booking", "queuing", "performance", "system", "other"],
    "groups": {
      "queuing": {
        "icon":"users",
        "label": "Queuing Charts",
        "panels": []
      },
      "booking": {
        "icon": "calendar",
        "label": "Bookings Charts",
        "panels": []
      },
      "performance": {
        "icon": "trophy",
        "label": "Performance Charts",
        "panels": []
      },
      "system": {
        "icon": "cog",
        "label": "System Charts",
        "panels": []
      },
      "other": {
        "icon": "pie-chart",
        "label": "Other Charts",
        "panels": []
      }
    }
  },
  "data": {
    "icon":"table",
    "label": "Data",
    "order": ["util", "table", "profile", "system", "other"],
    "groups": {
      "util": {
        "icon":"wrench",
        "label": "Util Panels",
        "panels": []
      },
      "table": {
        "icon": "table",
        "label": "Tables",
        "panels": []
      },
      "profile": {
        "icon": "user",
        "label": "Profile panels",
        "panels": []
      },
      "system": {
        "icon": "cog",
        "label": "System panels",
        "panels": []
      },
      "other": {
        "icon": "question",
        "label": "Other Panels",
        "panels": []
      }
    }
  }
}