Control Center UI plugins extend the operator console with dashboards, entity views, and configuration pages.
[plugin]
type = "control-center-ui"
[control_center]
panels = [
{ id = "vitals-dashboard", title = "Vitals Dashboard", component = "VitalsDashboard" }
]
entity_tabs = [
{ id = "patient-vitals", title = "Vitals", component = "PatientVitalsTab" }
]
routes = [
{ path = "/plugins/vitals", title = "Vitals" }
]
examples/plugins/healthcare-plugin/ (patient devices, vitals)examples/plugins/adas-plugin/ (vehicle readiness, sensor calibration)examples/plugins/control-center-panel/spanda plugin install --path examples/plugins/healthcare-plugin
spanda plugin enable spanda-plugin-healthcare
UI plugins use the same capability and security model as other plugins. See plugin-security.md.