add description in scanner page (#19733)

Signed-off-by: shengqiw <shengqiw@vmware.com>
This commit is contained in:
ShengqiWang 2023-12-21 14:52:11 +08:00 committed by GitHub
parent 49ee3b7759
commit 923295c990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

6
package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "harbor",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}

View File

@ -20043,4 +20043,4 @@
"integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg=="
}
}
}
}

View File

@ -142,6 +142,9 @@
<clr-dg-column>{{ 'SCANNER.HEALTH' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'SCANNER.ENABLED' | translate }}</clr-dg-column>
<clr-dg-column>{{ 'SCANNER.AUTH' | translate }}</clr-dg-column>
<clr-dg-column>{{
'SCANNER.DESCRIPTION' | translate
}}</clr-dg-column>
<clr-dg-placeholder>
{{ 'SCANNER.NO_SCANNER' | translate }}
</clr-dg-placeholder>
@ -195,6 +198,7 @@
<clr-dg-cell>{{
scanner.auth ? scanner.auth : 'None'
}}</clr-dg-cell>
<clr-dg-cell>{{ scanner.description }}</clr-dg-cell>
<scanner-metadata
*clrIfExpanded
[uid]="scanner.uuid"