DEVOPS-000 Fix review comments

This commit is contained in:
Maksim Kachynski 2025-06-13 11:49:46 +03:00
parent 02f702f331
commit fd22ff2030
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
const { MonitorType } = require("./monitor-type"); const { MonitorType } = require("./monitor-type");
const { UP, DOWN, PENDING, MAINTENANCE } = require("../../src/util"); const { UP, DOWN, PENDING } = require("../../src/util");
class ManualMonitorType extends MonitorType { class ManualMonitorType extends MonitorType {
name = "Manual"; name = "Manual";

View file

@ -785,7 +785,6 @@
<div class="my-3"> <div class="my-3">
<tags-manager ref="tagsManager" :pre-selected-tags="monitor.tags"></tags-manager> <tags-manager ref="tagsManager" :pre-selected-tags="monitor.tags"></tags-manager>
</div> </div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">