This is an automated email from the ASF dual-hosted git repository.

zhaoqingran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git


The following commit(s) were added to refs/heads/master by this push:
     new bdf82751a Optimize the code by removing unnecessary attribute values 
(#2110)
bdf82751a is described below

commit bdf82751a5f9f168959f62367ba3abb562b1d0ca
Author: Kerwin Bryant <[email protected]>
AuthorDate: Thu Jun 20 20:45:40 2024 +0800

    Optimize the code by removing unnecessary attribute values (#2110)
---
 web-app/src/app/layout/basic/basic.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-app/src/app/layout/basic/basic.component.ts 
b/web-app/src/app/layout/basic/basic.component.ts
index 9b2ab111f..11095fa1f 100644
--- a/web-app/src/app/layout/basic/basic.component.ts
+++ b/web-app/src/app/layout/basic/basic.component.ts
@@ -58,7 +58,7 @@ import { CONSTANTS } from '../../shared/constants';
         <header-user></header-user>
       </layout-default-header-item>
       <ng-template #asideUserTpl>
-        <div nz-dropdown nzTrigger="click" class="alain-default__aside-user">
+        <div class="alain-default__aside-user" style="cursor: default;">
           <nz-avatar class="alain-default__aside-user-avatar" 
[nzSrc]="avatar"></nz-avatar>
           <div class="alain-default__aside-user-info">
             <strong>{{ user.name }}</strong>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to