Initial pass at removing old spark code (#80)

Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
This commit is contained in:
Steve Faulkner
2020-07-09 10:49:27 -05:00
committed by GitHub
parent 5a1dd42395
commit 326bd4f494
13 changed files with 1 additions and 503 deletions

View File

@@ -94,8 +94,6 @@ export class ExplorerStub implements ViewModels.Explorer {
public uploadFilePane: UploadFilePane;
public stringInputPane: StringInputPane;
public setupNotebooksPane: SetupNotebooksPane;
public setupSparkClusterPane: ViewModels.ContextualPane;
public manageSparkClusterPane: ViewModels.ContextualPane;
public isGalleryPublishEnabled: ko.Computed<boolean>;
public isGitHubPaneEnabled: ko.Observable<boolean>;
public isPublishNotebookPaneEnabled: ko.Observable<boolean>;