aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/static/js/dashboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/dashboard.js b/src/static/js/dashboard.js
index 6395df0..9bd20ef 100644
--- a/src/static/js/dashboard.js
+++ b/src/static/js/dashboard.js
@@ -436,7 +436,7 @@ class MultipleSelectFilterWidget {
}
hostname.readOnly = false;
- image.readOnly = false;
+ image.disabled = false;
this.updateAvailibility();
}