projects
/
arvados-workbench2.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'main' into 18692-frozen-projects-workbench-support
[arvados-workbench2.git]
/
src
/
models
/
mount-types.ts
diff --git
a/src/models/mount-types.ts
b/src/models/mount-types.ts
index 52b29499bbc6f91e3752ffc137b4e3aadd4ea4c3..db87db18cd5b12401431d9c03744ce548842da06 100644
(file)
--- a/
src/models/mount-types.ts
+++ b/
src/models/mount-types.ts
@@
-22,7
+22,7
@@
export type MountType =
export interface CollectionMount {
kind: MountKind.COLLECTION;
uuid?: string;
- portable
DataH
ash?: string;
+ portable
_data_h
ash?: string;
path?: string;
writable?: boolean;
}