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 be in line with Che 7.2.0, disable sharing workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
  • Loading branch information
amisevsk authored and ibuziuk committed Oct 22, 2019
1 parent e699bf2 commit 967a57a
Show file tree
Hide file tree
Showing 7 changed files with 364 additions and 196 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ export class CreateWorkspaceController {
};
}

$onInit(): void {
// this method won't be called here
// place all initialization code in constructor
}

/** Begin rhche-specific changes */
/**
* Track the changes in ephemeral mode input.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<project-source-selector devfile="createWorkspaceController.selectedDevfile"></project-source-selector>
</che-label-container>
<che-label-container>
<che-button-save-flat class="create-workspace-footer-button"
<che-button-save-flat id="create-workspace-footer-button"
name="saveButton"
che-button-title="Create & Open"
ng-click="createWorkspaceController.createWorkspaceAndOpenIDE()"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ md-content.create-workspace-content
.create-workspace-content-hidden
visibility hidden

.create-workspace-footer-button
#create-workspace-footer-button
width 100%

button
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 967a57a

Please sign in to comment.