]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/cell-template.enum.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / enum / cell-template.enum.ts
index 066cc9930adce977811161e45d708f33c84bad14..2790f974978597c799b97c28e9837b2583bcf65f 100644 (file)
@@ -55,5 +55,10 @@ export enum CellTemplate {
   This templace replaces a time, datetime or timestamp with a user-friendly "X {seconds,minutes,hours,days,...} ago",
   but the tooltip still displays the absolute timestamp
   */
-  timeAgo = 'timeAgo'
+  timeAgo = 'timeAgo',
+  /*
+  This template truncates a path to a shorter format and shows the whole path in a tooltip
+  eg: /var/lib/ceph/osd/ceph-0 -> /var/.../ceph-0
+  */
+  path = 'path'
 }