Opened 11 years ago
Closed 10 years ago
#1347 closed Task (fixed)
improvements to ops/
Reported by: | Christian Beer | Owned by: | Christian Beer |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Web - Project | Version: | |
Keywords: | Cc: | davea |
Description
I would like to display project specific content on ops/index.php through a function that is in project/*.inc. Mainly because I have several project specific pages within ops that I need to review regularly.
The Browse database function also needs a review. Some new fields are not shown and with the large number of fields we should think about a cleaner way to show them (bootstrap has collapsible containers or tabs, but that's far away for the ops section).
There is already a project specific feature to show extra content on user visible workunit and result pages. This should also be enabled in the browse database pages in the ops section.
I added this; if you define admin_index_extra() in project.inc, its output will be displayed at the top of the admin page. See http://boinc.berkeley.edu/trac/wiki/HtmlOps#Customizingtheprojectmanagementpage