The Telescope link on the System Status display of the web UI is supposed to say "Connect the telescope and dome" if a dome is configured. It does not, because the test uses Dome.Available which is false until it is connected. The Rotator logic uses Rotator.Configured, but Dome does not have this property. Add it and then change the asystemstatus.asp script to fix this.
I did not want to do this for ACP 7 because it would require a change to the API right before production. Forget that. It's cosmetic anyway.