Skip to content

Commit

Permalink
Merge pull request eclipse-che#3097 from eclipse/fix_toolbar_buttons
Browse files Browse the repository at this point in the history
fix position for toolbar buttons
  • Loading branch information
Oleksii Orel authored Nov 17, 2016
2 parents c35c9a3 + f2dcd16 commit 9b70849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dashboard/src/app/stacks/stack-details/stack.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,14 @@
</che-label-container>

</md-content>
<workspace-edit-mode-overlay ng-show="stackController.isStackChange && stackForm.$valid"
<workspace-edit-mode-overlay ng-show="stackController.isStackChange"
workspace-edit-disable-save-button="!stackForm.$valid"
workspace-edit-mode-on-save="stackController.saveStack()"
workspace-edit-mode-on-cancel="stackController.cancelStackChanges()">
<che-button-primary ng-disabled="!stackForm.$valid"
che-button-title="Test" name="testButton"
ng-click="stackController.showSelectTemplateDialog($event)"></che-button-primary>
</workspace-edit-mode-overlay>





</ng-form>
<md-content ng-show="stackController.invalidStack">
{{stackController.invalidStack}}
Expand Down
1 change: 1 addition & 0 deletions dashboard/src/components/widget/toolbar/che-toolbar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ $toolbar-height = 60px
& > div:last-child
position absolute
right 15px
bottom 5px

.che-toolbar-title
white-space nowrap
Expand Down

0 comments on commit 9b70849

Please sign in to comment.