X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/80fb3b40df59f68ddfee58b1b45272093ece2af5..f06094d87f1c1b1bb8e886dd723bcdf17f0b727d:/src/models/search-bar.ts diff --git a/src/models/search-bar.ts b/src/models/search-bar.ts index 4df5c38f25..effaeed4c0 100644 --- a/src/models/search-bar.ts +++ b/src/models/search-bar.ts @@ -6,23 +6,18 @@ import { ResourceKind } from '~/models/resource'; export type SearchBarAdvanceFormData = { type?: ResourceKind; - cluster?: ClusterObjectType; + cluster?: string; projectUuid?: string; inTrash: boolean; dateFrom: string; dateTo: string; saveQuery: boolean; - searchQuery: string; - properties: PropertyValues[]; -} & PropertyValues; + queryName: string; + searchValue: string; + properties: PropertyValue[]; +}; -export interface PropertyValues { +export interface PropertyValue { key: string; value: string; } - -export enum ClusterObjectType { - INDIANAPOLIS = "indianapolis", - KAISERAUGST = "kaiseraugst", - PENZBERG = "penzberg" -} \ No newline at end of file