Skip to content

Commit

Permalink
only add rerun panel in grid
Browse files Browse the repository at this point in the history
  • Loading branch information
sashankaryal committed Oct 1, 2024
1 parent 4325ad0 commit ae18d09
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions app/packages/core/src/components/Grid/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,42 +188,6 @@ function Grid() {
return <div id={id} className={styles.spotlightGrid} data-cy="fo-grid" />;
}

registerComponent({
name: "TimelineCreator",
label: "Timeline Creator",
component: TimelineCreator,
activator: () => true,
type: PluginComponentType.Panel,
panelOptions: {
surfaces: "modal",
helpMarkdown: `Example creator with a timeline`,
},
});

registerComponent({
name: "TimelineSubscriber 1",
label: "Timeline Subscriber 1",
component: TimelineSubscriber1,
activator: () => true,
type: PluginComponentType.Panel,
panelOptions: {
surfaces: "modal",
helpMarkdown: `Example subscriber with a timeline`,
},
});

registerComponent({
name: "TimelineSubscriber 2",
label: "Timeline Subscriber 2",
component: TimelineSubscriber2,
activator: () => true,
type: PluginComponentType.Panel,
panelOptions: {
surfaces: "modal",
helpMarkdown: `Example subscriber with a timeline`,
},
});

registerComponent({
name: "Rerun",
label: "Rerun",
Expand Down

0 comments on commit ae18d09

Please sign in to comment.