Hi.
I'll try to keep this as canonical as I can. When I create a farm for the first time, everything works fine. 100% of the UI is as i'd expect it to be. Until I save a farm and attempt to edit it later.
When attempting to edit an existing farm, two things happen:
1. The UI for a given role is "missing" fields. See the attached screenshot for highlights showing which elements are in-correctly filled out. The behavior of theses fields is as if they're not 100% set up by the javascript... which brings me to the second issue

2. See the second attached screenshot for the specific JS console error and the network waterfall graph and, the JSON that comes back from the /platforms/xGetInstanceTypes call.
If I edit the farm, and immediately add a new role to the farm *BEFORE* I dig into any of the existing roles, then the newly added role's UI will function 100% as expected. Everything works and functions as it should... until I attempt to edit any of the existing roles in the farm; they sill have various UI issues like those shown in the screenshots for point #1 above.
I can re-produce this problem on all modern web browsers (Chrome, FF, Safari.. all on OSX and Android). The cloud in question is AWS.
System information and scalr release information:
root@54:/opt/scalr# whoami
root
root@54:/opt/scalr# uname -r
3.13.0-44-generic
root@54:/opt/scalr# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
root@54:/opt/scalr# pwd
/opt/scalr
root@54:/opt/scalr# ls -l
total 16
lrwxrwxrwx 1 root scalr 60 Feb 2 22:52 current -> /opt/scalr/releases/cee9a5dfc950daa018c685968a1b88bbb4dfb772
drwxr-xr-x 3 root scalr 4096 Feb 2 22:52 releases
drwxr-xr-x 3 root scalr 4096 Feb 2 22:52 shared
drwxr-xr-x 6 root scalr 4096 Feb 2 23:02 venv
root@54:/opt/scalr/current# git fetch origin master
From git://github.com/Scalr/scalr
* branch master -> FETCH_HEAD
root@54:/opt/scalr/current# git status
On branch deploy
nothing to commit, working directory clean
Please let me know if there's anything else that I need to provide to help you figure out this issue. Thanks!