From: Gustaf N. <ne...@wu...> - 2023-08-21 09:06:25
|
Dear all, i've added some improvements to the nsstats module on Bitbucket, such as - Basic ability to style appearance: * switched from hard-coded styling to a page template based on ADP * added optional ADP template based on the CSS classes from https://www.w3schools.com/w3css/ * When the optional ADP template is not available, fall back to the old styling. - Structured main menu * use a hierarchy of commands instead of the flat alphabetical list * hierarchy is used in the menu-bar of the new template - New page for registered request handlers. This should improve transparency, how requests are resolved. Below are a few screenshots of a minimal installation (plain NaviServer) All the best -gustaf a) start page of nsstats with the new template - showing menubar (makes old index page mostly obsolete) - shows "process" page per default - additional line per server for Request handlers (here 15 handlers are registered) b) request handlers page (with the new template) - provide a filter for HTTP methods - provide button for unregistering the handler - showing registered ADP pages, Tcl pages, fastpath pages and CGI pages. c) start page without the new template |