diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/static/js/dashboard.js | 2 |
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(); } |