Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/src/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ impl StatsMgr {
}

// labels
const OS_LIST: [&str; 9] = [
"centos", "debian", "ubuntu", "arch", "windows", "macos", "pi", "android", "linux",
const OS_LIST: [&str; 10] = [
"centos", "debian", "ubuntu", "arch", "windows", "macos", "pi", "android", "linux", "freebsd"
];
if !o.labels.contains("os=") {
if let Some(sys_info) = &o.sys_info {
Expand Down
2 changes: 1 addition & 1 deletion web/static/js/main.94593fac.js

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions web/static/os/freebsd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.