X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f9dafeec8d45f0cb19d71326b7fa877891a7eb9e..f06094d87f1c1b1bb8e886dd723bcdf17f0b727d:/src/models/search-bar.ts diff --git a/src/models/search-bar.ts b/src/models/search-bar.ts index 798f9c8f27..effaeed4c0 100644 --- a/src/models/search-bar.ts +++ b/src/models/search-bar.ts @@ -6,7 +6,7 @@ import { ResourceKind } from '~/models/resource'; export type SearchBarAdvanceFormData = { type?: ResourceKind; - cluster?: ClusterObjectType; + cluster?: string; projectUuid?: string; inTrash: boolean; dateFrom: string; @@ -21,9 +21,3 @@ export interface PropertyValue { key: string; value: string; } - -export enum ClusterObjectType { - INDIANAPOLIS = "indianapolis", - KAISERAUGST = "kaiseraugst", - PENZBERG = "penzberg" -}