Skip to content

Commit

Permalink
feat: add action to showcase/test multiple widgets in a single action
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Oct 1, 2024
1 parent 127f3d0 commit 690c489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extloadtest/action_widgets.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (l *widgetAction) NewEmptyState() WidgetActionState {

func (l *widgetAction) Describe() action_kit_api.ActionDescription {
return action_kit_api.ActionDescription{
Id: fmt.Sprintf("com.steadybit.extension_loadtest.show_multiple_widgets"),
Id: "com.steadybit.extension_loadtest.show_multiple_widgets",
Label: "Render Widgets",
Description: "Showcase for multiple widgets in the run view",
Version: extbuild.GetSemverVersionStringOrUnknown(),
Expand Down

0 comments on commit 690c489

Please sign in to comment.