[Status Page] wip

This commit is contained in:
Louis Lam
2022-03-16 14:14:47 +08:00
parent 7c7dbf68c1
commit 18ec42b060
6 changed files with 17 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ class StatusPage extends BeanModel {
id: this.id,
slug: this.slug,
title: this.title,
description: this.description,
icon: this.icon,
theme: this.theme,
published: !!this.published,
@@ -32,6 +33,7 @@ class StatusPage extends BeanModel {
return {
slug: this.slug,
title: this.title,
description: this.description,
icon: this.icon,
theme: this.theme,
published: !!this.published,