Hide the certificate info in administrator platform
Certificate information should only be displayed on the console platform Closes-Bug: #1992274 Change-Id: Iebd5d16fb78ba1704492ae52cab025b3cfb04b24
This commit is contained in:
parent
965844d557
commit
b927f6c5f5
@ -48,7 +48,7 @@ export class BaseDetail extends Base {
|
|||||||
|
|
||||||
get rightCards() {
|
get rightCards() {
|
||||||
const { protocol } = this.detailData || {};
|
const { protocol } = this.detailData || {};
|
||||||
if (protocol === 'TERMINATED_HTTPS') {
|
if (protocol === 'TERMINATED_HTTPS' && !this.isAdminPage) {
|
||||||
return [this.certificateInfo];
|
return [this.certificateInfo];
|
||||||
}
|
}
|
||||||
return [];
|
return [];
|
||||||
|
Loading…
Reference in New Issue
Block a user