aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Smith <ssmith@iol.unh.edu>2021-04-07 13:15:08 -0400
committerSean Smith <ssmith@iol.unh.edu>2021-04-07 13:15:41 -0400
commite9ed42e7ace16f36532a23d360300bb7f6b0387e (patch)
treea7af21c8b97154d3c1cc6fd1314e3ff5b6791c6b
parent593ea6dc98ab12c1e70d65b16103f92f8b17abbc (diff)
Fix typo for image disable
Change-Id: I74314aba4d1ee6f89b450666fd76deabdd99c11d Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
-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();
}