mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update target environment type page based on latest design (#4311)
This commit is contained in:
@@ -52,6 +52,8 @@ export interface ContainerRegistryInfo {
|
||||
export interface TargetClusterTypeInfo {
|
||||
type: TargetClusterType;
|
||||
name: string;
|
||||
fullName: string;
|
||||
description: string;
|
||||
iconPath: {
|
||||
dark: string,
|
||||
light: string
|
||||
@@ -61,6 +63,7 @@ export interface TargetClusterTypeInfo {
|
||||
export interface ToolInfo {
|
||||
name: string;
|
||||
description: string;
|
||||
version: string;
|
||||
status: ToolInstallationStatus;
|
||||
}
|
||||
|
||||
@@ -72,9 +75,9 @@ export enum ToolInstallationStatus {
|
||||
}
|
||||
|
||||
export enum ClusterType {
|
||||
Unknown = 0,
|
||||
AKS,
|
||||
Unknown = 0,
|
||||
AKS,
|
||||
Minikube,
|
||||
Kubernetes,
|
||||
Other
|
||||
Other
|
||||
}
|
||||
Reference in New Issue
Block a user