Add url to FileTreeData
authorMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Mon, 3 Dec 2018 14:40:03 +0000 (15:40 +0100)
committerMichal Klobukowski <michal.klobukowski@contractors.roche.com>
Mon, 3 Dec 2018 14:40:03 +0000 (15:40 +0100)
Feature #14563

Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski@contractors.roche.com>

src/components/file-tree/file-tree-data.ts

index 4be4ace854ec08efe52561b2780708042ca514a2..4154611355566862de617abd65e562d4275f18d3 100644 (file)
@@ -5,5 +5,6 @@
 export interface FileTreeData {
     name: string;
     type: string;
+    url: string;
     size?: number;
 }