Bug 357789 - Use HTML entity for infinity instead of oo
Summary: Use HTML entity for infinity instead of oo
Status: ASSIGNED
Alias: None
Product: Virgo
Classification: RT
Component: web-admin (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Chris Frost CLA
QA Contact: Project Inbox CLA
URL:
Whiteboard:
Keywords:
Depends on: 352217
Blocks:
  Show dependency tree
 
Reported: 2011-09-15 08:46 EDT by Alex Blewitt CLA
Modified: 2012-03-26 09:23 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Blewitt CLA 2011-09-15 08:46:11 EDT
Build Identifier: 3.0.1

The web based admin shows the version constraints used for the services and bundles, similar to [1.0,oo).

However, this is using two letter 'o's next to each other. You can instead use the HTML entity ∞ or the corresponding character code, ∞ instead in the HTML view for prettier effect.

Reproducible: Always

Steps to Reproduce:
1. Look at a bundle e.g. http://localhost:8080/admin/web/state/bundle.htm?id=2&state=Live
2. See the 'imported packages' or 'required bundles' where the version constraint is open ended
3. Cringe at the oo
Comment 1 Chris Frost CLA 2011-09-15 09:16:05 EDT
Added it as a requirement for the new admin console.
Comment 2 Nobody - feel free to take it CLA 2011-10-10 05:49:02 EDT
We should not do this before we introduce the new admin console. (Changing the representation of infinity does not block the new admin console.)
Comment 3 Nobody - feel free to take it CLA 2011-11-21 05:54:40 EST
Assigning to Chris for consideration in the light of the new admin console.
Comment 4 Chris Frost CLA 2012-03-26 09:23:41 EDT
Changing to an enhancement to be done once the new Admin Console is committed.