We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc73af commit e614634Copy full SHA for e614634
src/models/schemas/System.js
@@ -65,6 +65,7 @@ const SystemSchema = new Schema({
65
available: { type: Boolean, default: true },
66
service: {
67
68
+ message: String,
69
},
70
maintenance: {
71
status: { type: Boolean, default: false },
0 commit comments