Open
Bug 1417033
Opened 8 years ago
Updated 3 years ago
Properly align data in table columns
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
In order to improve readability of Net monitor's (table) content we should properly align data in columns:
1) texts should be left aligned
2) numbers should be right aligned.
3) text in headers should follow column alignment.
add #2) Request size numbers are using decimal point and also units. It would be great if we can align according to the decimal point. This might also require adding zeros.
An example (do we need fixed size font?)
+-------------+
| Size |
+-------------+
| 1.30 KB |
| 2.50 KB |
| 10.80 KB |
| 111.00 B |
| 85.00 B |
| cached |
| 0.50 KB |
| 0.60 MB |
+-------------+
See also:
https://alistapart.com/article/web-typography-tables
Honza
Reporter | ||
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Reporter | ||
Updated•6 years ago
|
Blocks: netmonitor-columns
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•