Compare commits
4 commits
b6e579408f
...
a80359343b
| Author | SHA1 | Date | |
|---|---|---|---|
|
a80359343b |
|||
|
c25617670a |
|||
|
24b31bfeb9 |
|||
|
bea42524f2 |
1 changed files with 2 additions and 2 deletions
|
|
@ -1624,8 +1624,8 @@ fn safe_col_width_css(w: &str) -> Option<String> {
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Convert a `snake_case` JSON key to a human-readable title.
|
/// Convert a snake_case JSON key to a human-readable title.
|
||||||
/// `avg_file_size_bytes` -> `Avg File Size Bytes`
|
/// `avg_file_size_bytes` → `Avg File Size Bytes`
|
||||||
fn format_key_name(key: &str) -> String {
|
fn format_key_name(key: &str) -> String {
|
||||||
key
|
key
|
||||||
.split('_')
|
.split('_')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue