gitextract_89cv8w6g/ ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ ├── CI.yml │ └── stale.yml ├── README.md └── luci-app-wrtbwmon/ ├── Makefile ├── htdocs/ │ └── luci-static/ │ └── resources/ │ └── view/ │ └── wrtbwmon/ │ ├── config.js │ ├── custom.js │ ├── details.js │ └── wrtbwmon.css ├── po/ │ ├── templates/ │ │ └── wrtbwmon.pot │ ├── zh_Hans/ │ │ └── wrtbwmon.po │ └── zh_Hant/ │ └── wrtbwmon.po └── root/ ├── etc/ │ └── luci-wrtbwmon.conf └── usr/ ├── libexec/ │ └── rpcd/ │ └── luci.wrtbwmon └── share/ ├── luci/ │ └── menu.d/ │ └── luci-app-wrtbwmon.json └── rpcd/ └── acl.d/ └── luci-app-wrtbwmon.json