mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 09:41:51 +00:00
Add resource column to hc and remove —
This commit is contained in:
@@ -83,7 +83,7 @@ function formatDataItems(
|
||||
.replace(/([A-Z])/g, " $1")
|
||||
.replace(/^./, (s) => s.toUpperCase())
|
||||
.trim(),
|
||||
value: String(value ?? "—")
|
||||
value: String(value ?? "-")
|
||||
}));
|
||||
}
|
||||
|
||||
@@ -137,4 +137,4 @@ export const AlertNotification = ({ eventType, orgId, data }: Props) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default AlertNotification;
|
||||
export default AlertNotification;
|
||||
|
||||
Reference in New Issue
Block a user