X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a672dd5efb4c8ef394f61a7e7a5e513f80bf1427..5a2f4597393f94b9fa7984f4445d4b599c139f27:/src/common/config.ts diff --git a/src/common/config.ts b/src/common/config.ts index 2954d70493..574445df09 100644 --- a/src/common/config.ts +++ b/src/common/config.ts @@ -13,6 +13,9 @@ interface WorkbenchConfig { } export interface ClusterConfigJSON { + API: { + UnfreezeProjectRequiresAdmin: boolean + }, ClusterID: string; RemoteClusters: { [key: string]: { @@ -222,6 +225,9 @@ export const mapRemoteHosts = (clusterConfigJSON: ClusterConfigJSON, config: Con }; export const mockClusterConfigJSON = (config: Partial): ClusterConfigJSON => ({ + API: { + UnfreezeProjectRequiresAdmin: false, + }, ClusterID: "", RemoteClusters: {}, Services: {