]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/models/prometheus-alerts.ts
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / models / prometheus-alerts.ts
index 1239dcccdfe247e28bbd289df03cab4aae1daf3d..9deaa537895310e7a6bfcb9cc53436007091a36a 100644 (file)
@@ -7,6 +7,7 @@ export class PrometheusAlertLabels {
 
 class Annotations {
   description: string;
+  summary: string;
 }
 
 class CommonAlertmanagerAlert {