select cluster page and status update for tool when installing (#4251)

This commit is contained in:
Alan Ren
2019-03-01 11:12:57 -08:00
committed by GitHub
parent 8e52ffa30e
commit dad807d62d
7 changed files with 122 additions and 115 deletions

View File

@@ -67,7 +67,8 @@ export interface ToolInfo {
export enum ToolInstallationStatus {
Installed,
NotInstalled,
Installing
Installing,
FailedToInstall
}
export enum ClusterType {