gitea/templates
wxiaoguang 520eb57d76
Use a separate admin page to show global stats, remove `actions` stat (#25062)
Before, Gitea shows the database table stats on the `admin dashboard`
page.

It has some problems:

* `count(*)` is quite heavy. If tables have many records, this blocks
loading the admin page blocks for a long time
* Some users had even reported issues that they can't visit their admin
page because this page causes blocking or `50x error (reverse proxy
timeout)`
* The `actions` stat is not useful. The table is simply too large. Does
it really matter if it contains 1,000,000 rows or 9,999,999 rows?
* The translation `admin.dashboard.statistic_info` is difficult to
maintain.

So, this PR uses a separate page to show the stats and removes the
`actions` stat.


![image](https://github.com/go-gitea/gitea/assets/2114189/babf7c61-b93b-4a62-bfaa-22983636427e)

## ⚠️ BREAKING

The `actions` Prometheus metrics collector has been removed for the
reasons mentioned beforehand.
Please do not rely on its output anymore.
2023-06-03 22:03:41 +08:00
..
admin Use a separate admin page to show global stats, remove `actions` stat (#25062) 2023-06-03 22:03:41 +08:00
api/packages/pypi
base Remove the service worker (#25010) 2023-05-31 02:07:04 +00:00
code
custom
devtest
explore Consolidate the two review boxes into one (#24738) 2023-05-29 12:44:03 +02:00
mail
org Merge `new project` templates into one (#24985) 2023-05-31 08:50:18 +02:00
package Consolidate the two review boxes into one (#24738) 2023-05-29 12:44:03 +02:00
projects Merge `new project` templates into one (#24985) 2023-05-31 08:50:18 +02:00
repo Remove cancel button from branch protection form (#25063) 2023-06-03 20:06:09 +08:00
shared
status
swagger API endpoint for changing/creating/deleting multiple files (#24887) 2023-05-29 17:41:35 +08:00
user Minor UI improvements: logo alignment, auth map editor, auth name display (#25043) 2023-06-02 18:02:20 +08:00
home.tmpl
install.tmpl
post-install.tmpl