Merge "Hide the certificate info in administrator platform"
This commit is contained in:
commit
cd7f9bfdf6
@ -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