Skip to content

Commit

Permalink
EAPSUP-1306
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshah28 authored Sep 25, 2023
1 parent 6701038 commit afc6d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public AbstractDeploymentColumn(Builder<T> builder, ColumnActionFactory columnAc
ITEM_DISABLE_ACTION = createItemAction(resources.constants().disable(), this::disable, UNDEPLOY);
ITEM_ENABLE_ACTION = createItemAction(resources.constants().enable(), this::enable, DEPLOY);
ITEM_EXPLODE_ACTION = createItemAction(resources.constants().explode(), this::explode, EXPLODE);
ITEM_REMOVE_ACTION = createItemAction(resources.constants().remove(), this::remove, REMOVE);
ITEM_REMOVE_ACTION = createItemAction(resources.constants().undeploy(), this::remove, REMOVE);
ITEM_REPLACE_ACTION = createItemAction(resources.constants().replace(), this::replace, FULL_REPLACE_DEPLOYMENT, ADD);
// standalone-only
ITEM_EXPLODE_SUBS_ACTION = createItemAction(resources.constants().explodeSubdeployments(), this::explodeSubs, EXPLODE);
Expand Down

0 comments on commit afc6d65

Please sign in to comment.