feat: add computed properties for SSL ordered and provisioned in StatusPageDomain

This commit is contained in:
Nawaz Dhandala
2026-01-23 18:20:48 +00:00
parent 81ed9e0fc1
commit 674e32b95b

View File

@@ -495,6 +495,7 @@ export default class StatusPageDomain extends BaseModel {
@TableColumn({
isDefaultValueColumn: true,
required: true,
computed: true,
type: TableColumnType.Boolean,
title: "SSL Ordered",
description: "Is SSL ordered?",
@@ -526,6 +527,7 @@ export default class StatusPageDomain extends BaseModel {
@TableColumn({
isDefaultValueColumn: true,
required: true,
computed: true,
type: TableColumnType.Boolean,
title: "SSL Provisioned",
description: "Is SSL provisioned?",