]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-directories/cephfs-directories.component.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cephfs / cephfs-directories / cephfs-directories.component.ts
index 4ae8a159a0559111fa49c1f3164772733f58cfcd..841d635b1a0957c1b8d067952397b784ff3589ac 100644 (file)
@@ -208,6 +208,11 @@ export class CephfsDirectoriesComponent implements OnInit, OnChanges {
           name: $localize`Created`,
           flexGrow: 1,
           pipe: this.cdDatePipe
+        },
+        {
+          prop: 'created',
+          name: $localize`Capacity`,
+          flexGrow: 1
         }
       ],
       selection: new CdTableSelection(),