-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better sanity checks on devices input #11
Comments
ghost
assigned wilpig
Jun 7, 2012
wilpig
added a commit
that referenced
this issue
Jul 5, 2012
…earch for 0 height devices in rack view. #11
wilpig
added a commit
that referenced
this issue
Jul 17, 2012
… New json results file for cabinet usage part of #11
wilpig
added a commit
that referenced
this issue
Jul 19, 2012
wilpig
added a commit
that referenced
this issue
Jul 19, 2012
wilpig
added a commit
that referenced
this issue
Jul 25, 2012
wilpig
added a commit
that referenced
this issue
Aug 8, 2012
wilpig
added a commit
that referenced
this issue
Aug 8, 2012
wilpig
added a commit
that referenced
this issue
Aug 24, 2012
Done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The devices.php page will still allow you to enter a device at position 0. At a minimum, that needs to be checked to ensure that it is greater than 0, and less than (CabinetHeight - DeviceHeight + 1). Ideally, it would make an AJAX call for a sanity check on the position to ensure that it doesn't overlap another device. Possibly even show a help text with valid choices.
The text was updated successfully, but these errors were encountered: