Fix typo for image disable 55/72355/1
authorSean Smith <ssmith@iol.unh.edu>
Wed, 7 Apr 2021 17:15:08 +0000 (13:15 -0400)
committerSean Smith <ssmith@iol.unh.edu>
Wed, 7 Apr 2021 17:15:41 +0000 (13:15 -0400)
Change-Id: I74314aba4d1ee6f89b450666fd76deabdd99c11d
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
src/static/js/dashboard.js

index 6395df0..9bd20ef 100644 (file)
@@ -436,7 +436,7 @@ class MultipleSelectFilterWidget {
         }
 
         hostname.readOnly = false;
-        image.readOnly = false;
+        image.disabled = false;
         this.updateAvailibility();
     }