Merge "Hide the certificate info in administrator platform"

This commit is contained in:
Zuul 2022-10-09 11:17:06 +00:00 committed by Gerrit Code Review
commit cd7f9bfdf6

View File

@ -48,7 +48,7 @@ export class BaseDetail extends Base {
get rightCards() {
const { protocol } = this.detailData || {};
if (protocol === 'TERMINATED_HTTPS') {
if (protocol === 'TERMINATED_HTTPS' && !this.isAdminPage) {
return [this.certificateInfo];
}
return [];