Expand description
Shared helper functions for web routes.
Functionsยง
- css_
safe_ id - Convert daemon ID to a CSS-selector-safe string.
- daemon_
row - Generate an HTML table row for a daemon.
- format_
daemon_ id_ html - Format daemon ID with dim namespace for HTML display.
- html_
escape - HTML-escape a string to prevent XSS attacks.
- url_
encode - URL-encode a string for use in URLs.