| Summary: | Add gadget notifications | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Catherine Robson <crobson> |
| Component: | RT Governance | Assignee: | Eric Wittmann <eric.wittmann> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Andrej Vano <avano> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | ldimaggi, soa-p-jira |
| Target Milestone: | ER7 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | Bug | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Catherine Robson
2013-10-21 03:39:30 UTC
Ideally I would have implemented the gadget count UI as suggested. However that would actually require a major change to how the gadget server works. So instead it now just does an "alert" to let the user know that a gadget was added. Additionally, I updated a bunch of CSS to make the gadget store look a little nicer and make it more obvious what the user can do vs. what is just informational. Also, when the user clicks the "Add To Page" button, it will now disable that button and change the label to "Adding...". When the gadget is added (which is done asynchronously) the user gets the alert and the button goes back to normal. Note: the greying out of the button might not be obvious - the button will only be in that state during the period of time it takes the gadget server to add the gadget to the UI. This involves making a REST call to the server and getting a response. So the response time (and thus the amount of time the button will be greyed out) is dependent on server speed and load. Verified on ER7-2 |