mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
DEVOPS-000 Fix review comments
This commit is contained in:
parent
a71eac0067
commit
a775c10c42
2 changed files with 2 additions and 5 deletions
|
@ -9,11 +9,7 @@ class ManualMonitorType extends MonitorType {
|
|||
conditionVariables = [];
|
||||
|
||||
/**
|
||||
* Checks the status of the monitor based on the manually set status
|
||||
* This monitor type is specifically designed for status pages where manual control is needed
|
||||
* @param {object} monitor - Monitor object containing the current status and message
|
||||
* @param {object} heartbeat - Object to write the status of the check
|
||||
* @returns {Promise<void>}
|
||||
* @inheritdoc
|
||||
*/
|
||||
async check(monitor, heartbeat) {
|
||||
if (monitor.manual_status !== null) {
|
||||
|
|
|
@ -1202,6 +1202,7 @@ export default {
|
|||
VueMultiselect,
|
||||
EditMonitorConditions,
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
minInterval: MIN_INTERVAL_SECOND,
|
||||
|
|
Loading…
Add table
Reference in a new issue