lizhimins opened a new pull request, #2840:
URL: https://github.com/apache/rocketmq-dashboard/pull/2840

   ## Problem
   
   - The audit log page rendered the raw `LocalDateTime` value 
(`2026-08-27T17:41:57`, ISO format with `T`) in the time column.
   - `deploy/deploy.sh` packaged the local `deploy/.env` and removed the remote 
`deploy/` directory before upload, overwriting environment-specific 
configuration on the target host (e.g. the Prometheus base URL was lost this 
way, causing metrics 503).
   
   ## Changes
   
   - Audit page time column now uses the shared `formatDateTime` util 
(`YYYY-MM-DD HH:mm:ss`), consistent with alert/client/instance pages. Column 
alignment adjusted per design (operator/type/object/result centered, resource 
type right-aligned).
   - `deploy.sh` excludes `deploy/.env` from the source package and backs up / 
restores the remote `deploy/.env` around upload.
   
   ## Tests
   
   - `AuditPage.test.tsx` + `format.test.ts` (14) green; `npm run build` 
passes; verified on a live deployment.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to