-
+
+
8322 Studenzen NOC Displays
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ display['display_url'] | cleanupURL }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ display['display_url'] | cleanupURL }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
`,
@@ -130,9 +130,7 @@ Vue.component('RaspberryDisplay', {
});
}, disableDisplayURLEditMode(displayID, displayURL) {
this.displaysURLEditMode = null;
- if (this.displays.find(d => d.id === displayID).display_url !== displayURL) {
- this.submitChanges(displayID, 'display_url', displayURL);
- }
+ this.submitChanges(displayID, 'display_url', displayURL);
}, async submitChanges(displayID, field, value) {
this.loading = true;
await axios.get(`${window['TT_CONFIG']["BASE_URL"]}/api?do=change`, {