Feature #1595
Test connection when adding/editing compute resource should display success message
Description
When adding/editing a compute resource,
"Test connection" button doesn't display
any message if connection is successfull.
We should display a success message.
Related issues
Associated revisions
History
#1
Updated by Ohad Levy almost 11 years ago
- Assignee changed from Ohad Levy to Amos Benari
- Target version set to 1.0
#2
Updated by Greg Blomquist almost 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset e6d9c43ce659f4b1794eb570867f3b278565f023.
#3
Updated by Dominic Cleal about 9 years ago
- Related to Bug #4133: Testing a connection for compute resources do not provide positive feedback added
fixes #1595: show success on test connection
Added css class "btn_success" to the test connection button when the connection
is successful.
This still leaves behind a problem with ec2 (and probably rhev and vmware) where
testing the connection resets the selected region (or, datacenter for rhev and
vmware).
I'll file a separate issue in redmine for that.