Bug 883606
Summary: | Create "Reports and Metrics" links page | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Nick Coghlan <ncoghlan> |
Component: | web UI | Assignee: | Raymond Mancy <rmancy> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dan Callaghan <dcallagh> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 0.10 | CC: | asaha, dcallagh, ebaak, mishin, qwan, rglasz, rmancy |
Target Milestone: | 0.11 | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-01-17 04:34:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 193142, 584783, 741960, 839583, 877274 |
Description
Nick Coghlan
2012-12-05 00:13:58 UTC
Proposed location for the main nav link to the new page of external links: "Reports -> External" My initial thought is that it makes sense to store this as a new database table mapping report names to external links, and allow Beaker admin users to add and remove entries, but I'm open to other suggestions. External report URLs are truncated to 200 characters, which is far too short (for example, all our recommended Graphite URLs are 300+ characters when a real hostname is substituted in). The url column should just be TEXT, no need to enforce a limit on the length. Setting back to ASSIGNED. Setting back to ASSIGNED. The UI needs to be a bit more compact. No need to show the complete text of the report URL (which is likely to be very long for Graphite links). My suggestion is: <dl> <dt><a href="reporturl..">Name of report</a></dt> <dd>Description of report</dd> <dt>... Beaker 0.11.0 has been released. |