DEVOPS-000 Fix review comments

This commit is contained in:
Maksim Kachynski 2025-06-12 01:53:09 +03:00
parent a71eac0067
commit a775c10c42
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -9,11 +9,7 @@ class ManualMonitorType extends MonitorType {
conditionVariables = []; conditionVariables = [];
/** /**
* Checks the status of the monitor based on the manually set status * @inheritdoc
* 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>}
*/ */
async check(monitor, heartbeat) { async check(monitor, heartbeat) {
if (monitor.manual_status !== null) { if (monitor.manual_status !== null) {

View file

@ -1202,6 +1202,7 @@ export default {
VueMultiselect, VueMultiselect,
EditMonitorConditions, EditMonitorConditions,
}, },
data() { data() {
return { return {
minInterval: MIN_INTERVAL_SECOND, minInterval: MIN_INTERVAL_SECOND,