Fossil SCM
Add a link to the web-cache status screen to the Admin main menu.
Commit
4a4a51a541605fe6a95be36ecfb8181390f4ca66
Parent
aa63cd405b1bb2d…
1 file changed
+2
+2
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -115,10 +115,12 @@ | ||
| 115 | 115 | setup_menu_entry("Moderation", "setup_modreq", |
| 116 | 116 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 117 | 117 | " changes and attachments."); |
| 118 | 118 | setup_menu_entry("Ad-Unit", "setup_adunit", |
| 119 | 119 | "Edit HTML text for an ad unit inserted after the menu bar"); |
| 120 | + setup_menu_entry("Web-Cache", "cachestat", | |
| 121 | + "View the status of the expensive-page cache"); | |
| 120 | 122 | setup_menu_entry("Logo", "setup_logo", |
| 121 | 123 | "Change the logo and background images for the server"); |
| 122 | 124 | setup_menu_entry("Shunned", "shun", |
| 123 | 125 | "Show artifacts that are shunned by this repository"); |
| 124 | 126 | setup_menu_entry("Artifact Receipts Log", "rcvfromlist", |
| 125 | 127 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -115,10 +115,12 @@ | |
| 115 | setup_menu_entry("Moderation", "setup_modreq", |
| 116 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 117 | " changes and attachments."); |
| 118 | setup_menu_entry("Ad-Unit", "setup_adunit", |
| 119 | "Edit HTML text for an ad unit inserted after the menu bar"); |
| 120 | setup_menu_entry("Logo", "setup_logo", |
| 121 | "Change the logo and background images for the server"); |
| 122 | setup_menu_entry("Shunned", "shun", |
| 123 | "Show artifacts that are shunned by this repository"); |
| 124 | setup_menu_entry("Artifact Receipts Log", "rcvfromlist", |
| 125 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -115,10 +115,12 @@ | |
| 115 | setup_menu_entry("Moderation", "setup_modreq", |
| 116 | "Enable/Disable requiring moderator approval of Wiki and/or Ticket" |
| 117 | " changes and attachments."); |
| 118 | setup_menu_entry("Ad-Unit", "setup_adunit", |
| 119 | "Edit HTML text for an ad unit inserted after the menu bar"); |
| 120 | setup_menu_entry("Web-Cache", "cachestat", |
| 121 | "View the status of the expensive-page cache"); |
| 122 | setup_menu_entry("Logo", "setup_logo", |
| 123 | "Change the logo and background images for the server"); |
| 124 | setup_menu_entry("Shunned", "shun", |
| 125 | "Show artifacts that are shunned by this repository"); |
| 126 | setup_menu_entry("Artifact Receipts Log", "rcvfromlist", |
| 127 |