[
https://issues.apache.org/jira/browse/AMBARI-6310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xi Wang updated AMBARI-6310:
----------------------------
Description:
After saving config changes, the UI displays a confirmation popup saying Save
was successful.
In addition, it tries to display any warnings.
The warning is lazily loaded, and can take a long time, especially on a large
cluster.
The confirmation says all done with an OK button, but there's something
spinning so the user is confused as to what to do (the user is unsure if the
save was successful, as the UI says; it looks like save is still being
performed).
Make the following change:
Do not immediately show success message, if there is additional information to
be displayed. Instead, show "Configuration changes are being saved..." with a
spinner and disable the "OK" button, even if the config save is already done
because retrieving the additional info from the server is not done.
Once we have the additional info loaded, only then show the success message and
enable the OK button.
was:
After saving config changes, the UI displays a confirmation popup saying Save
was successful.
In addition, it tries to display any warnings.
The warning is lazily loaded, and can take a long time, especially on a large
cluster.
The confirmation says all done with an OK button, but there's something
spinning so the user is confused as to what to do (the user is unsure if the
save was successful, as the UI says; it looks like save is still being
performed).
> Config Save UX is confusing
> ---------------------------
>
> Key: AMBARI-6310
> URL: https://issues.apache.org/jira/browse/AMBARI-6310
> Project: Ambari
> Issue Type: Bug
> Components: client
> Affects Versions: 1.6.1
> Reporter: Xi Wang
> Assignee: Xi Wang
> Priority: Critical
> Fix For: 1.6.1
>
> Attachments: AMBARI-6310.patch, Screen Shot 2014-06-27 at 12.31.06
> PM.png, Screen Shot 2014-06-27 at 12.31.16 PM.png
>
>
> After saving config changes, the UI displays a confirmation popup saying Save
> was successful.
> In addition, it tries to display any warnings.
> The warning is lazily loaded, and can take a long time, especially on a large
> cluster.
> The confirmation says all done with an OK button, but there's something
> spinning so the user is confused as to what to do (the user is unsure if the
> save was successful, as the UI says; it looks like save is still being
> performed).
> Make the following change:
> Do not immediately show success message, if there is additional information
> to be displayed. Instead, show "Configuration changes are being saved..."
> with a spinner and disable the "OK" button, even if the config save is
> already done because retrieving the additional info from the server is not
> done.
> Once we have the additional info loaded, only then show the success message
> and enable the OK button.
--
This message was sent by Atlassian JIRA
(v6.2#6252)