19142: Add note explaining purpose of field list
authorStephen Smith <stephen@curii.com>
Wed, 3 Aug 2022 20:17:12 +0000 (16:17 -0400)
committerStephen Smith <stephen@curii.com>
Wed, 3 Aug 2022 20:17:12 +0000 (16:17 -0400)
Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen@curii.com>

src/store/all-processes-panel/all-processes-panel-middleware-service.ts
src/store/processes/processes-actions.ts

index 8881d72e5d7faf29ffb26e333a82e11d023cd359..5d5e77d6c64396af8628fb9d1ccb9e3aef3cea83 100644 (file)
@@ -66,6 +66,7 @@ export class AllProcessesPanelMiddlewareService extends DataExplorerMiddlewareSe
     }
 }
 
+// Until the api supports unselecting fields, we need a list of all other fields to omit mounts
 export const containerRequestFieldsNoMounts = [
     "command",
     "container_count_max",
index 9758ab65cf7e526cad5c0446d01abea49607591d..c4d421ac09d9b5719a9f8d1b8f9a00833b7cf662 100644 (file)
@@ -45,6 +45,7 @@ export const loadContainers = (filters: string, loadMounts: boolean = true) =>
         return items;
     };
 
+// Until the api supports unselecting fields, we need a list of all other fields to omit mounts
 const containerFieldsNoMounts = [
     "auth_uuid",
     "command",