917d8a6d29
- The Service Dialog Form's Notification Channel field now respects the `notification_status`. If `notification_status` is enabled, the user can select one or multiple notification channel IDs.
16 lines
585 B
TypeScript
16 lines
585 B
TypeScript
|
|
// Export all service components for easier imports
|
|
export * from './ServiceHeader';
|
|
export * from './ServiceStatsCards';
|
|
export * from './ResponseTimeChart';
|
|
export * from './incident-history/LatestChecksTable';
|
|
export * from './LoadingState';
|
|
export * from './ServiceNotFound';
|
|
export * from './ServiceMonitoringButton';
|
|
export * from './AddServiceDialog';
|
|
export * from './ServicesTableContainer';
|
|
export * from './ServicesTableView';
|
|
export * from './ServiceDeleteDialog';
|
|
export * from './ServiceHistoryDialog';
|
|
export * from './ServiceEditDialog';
|
|
export * from './ServiceForm'; |