This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch alarm-inhibit in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit bc603bcdc96f00ab874c6ffe9b416b6cc940b33a Author: tomsun28 <[email protected]> AuthorDate: Mon Jan 6 23:00:58 2025 +0800 [webapp] update UI Signed-off-by: tomsun28 <[email protected]> --- web-app/src/app/service/alert.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/src/app/service/alert.service.ts b/web-app/src/app/service/alert.service.ts index d3b008bf4..67dff8238 100644 --- a/web-app/src/app/service/alert.service.ts +++ b/web-app/src/app/service/alert.service.ts @@ -48,7 +48,7 @@ export class AlertService { // HttpParams is unmodifiable, so we need to save the return value of append/set let httpParams = new HttpParams(); httpParams = httpParams.appendAll({ - sort: 'id', + sort: 'gmtUpdate', order: 'desc', pageIndex: pageIndex, pageSize: pageSize @@ -74,7 +74,7 @@ export class AlertService { // HttpParams is unmodifiable, so we need to save the return value of append/set let httpParams = new HttpParams(); httpParams = httpParams.appendAll({ - sort: 'id', + sort: 'gmtUpdate', order: 'desc', pageIndex: pageIndex, pageSize: pageSize --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
