Skip to content

Commit

Permalink
Split "new" button
Browse files Browse the repository at this point in the history
  • Loading branch information
ekuiter committed Aug 25, 2018
1 parent 32418df commit 4f3304b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ cache:

deploy:
- provider: releases
file_glob: true
file: build/**/*
skip_cleanup: true
on:
Expand Down
2 changes: 2 additions & 0 deletions client/src/components/contextualMenuItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ const contextualMenuItems = {
key: 'new',
text: i18n.t('featureDiagram.commands.feature.new'),
iconProps: {iconName: 'Add'},
split: true,
onClick: () => actions.server.featureAdd(featureName).then(onClick),
subMenuProps: {
items: [
contextualMenuItems.featureDiagram.feature.newFeatureBelow(featureName, onClick),
Expand Down

0 comments on commit 4f3304b

Please sign in to comment.