diff --git a/db/patch-added-mqtt-monitor.sql b/db/patch-added-mqtt-monitor.sql index 2da67240e..b6cc6c576 100644 --- a/db/patch-added-mqtt-monitor.sql +++ b/db/patch-added-mqtt-monitor.sql @@ -7,9 +7,6 @@ ALTER TABLE monitor ALTER TABLE monitor ADD mqtt_success_message VARCHAR(255); -ALTER TABLE monitor - ADD mqtt_port NUMBER(10); - ALTER TABLE monitor ADD mqtt_username VARCHAR(255); diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 2269eaae4..13ed84ca2 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -70,15 +70,15 @@ - -
+ +
- -
+ +
@@ -122,27 +122,17 @@