Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Update dashboard to follow upstream changes
Browse files Browse the repository at this point in the history
Include fixes for
- UD scrolling
  - Upstream PR eclipse-che/che#14307
- Add 'target="_blank"' for make a wish button:
  - Upstream PR eclipse-che/che#14037

Signed-off-by: Angel Misevski <amisevsk@redhat.com>
  • Loading branch information
amisevsk authored and ibuziuk committed Sep 6, 2019
1 parent af41154 commit 7019358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@


md-content.create-workspace-content
background-color $very-light-grey-background-color !important
overflow auto
background-color $very-light-grey-background-color
padding 15px

.che-label-container-label-name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
layout="row" layout-align="start center">
<ng-transclude id="footer-content"></ng-transclude>
<a class="che-footer-button-blue che-footer-button" id="footer-email-wish" ng-if="cheFooterController.supportEmail"
ng-href="{{'mailto:' + cheFooterController.supportEmail + cheFooterController.getWishEmailSubject(cheFooterController.productName)}}">Make a wish</a>
ng-href="{{'mailto:' + cheFooterController.supportEmail + cheFooterController.getWishEmailSubject(cheFooterController.productName)}}" target="_blank">Make a wish</a>
<a class="che-footer-button-blue che-footer-button" id="footer-email" ng-if="cheFooterController.email"
ng-href="{{'mailto:' + cheFooterController.email.address + cheFooterController.getEmailSubject(cheFooterController.email.subject)}}">{{cheFooterController.email.title}}</a>
<a class="che-footer-button-blue che-footer-button" id="footer-docs" ng-if="cheFooterController.docs" ng-href="{{cheFooterController.docs}}" target="_blank">Docs</a>
Expand Down

0 comments on commit 7019358

Please sign in to comment.