Skip to content

Commit

Permalink
portal fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
qijianshuai committed Apr 11, 2023
1 parent e356412 commit 428aaa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,13 @@ export class RiskReportViewComponent implements OnInit, AfterViewInit {
callback(data, this, query)
this.pageMaxCount = Math.ceil( data.hits.total.value / this.defaultSize)
},
err => {}
err => {
this.echartsLoading = false
this.dgLoading = false
}
)
} else {
this.echartsLoading = false
this.dgLoading = false
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class PolicySettingPageComponent implements OnInit {
imageList = [
{
name: 'inspector',
url: 'projects.registry.vmware.com/cnsi/dev/inspector:0.3.2'
url: 'projects.registry.vmware.com/cnsi/inspector:0.3.2'
},
{
name: 'kubebench',
Expand Down

0 comments on commit 428aaa7

Please sign in to comment.