Add bug count and issues link to generated chart page
Display the current open bug total on the chart page and add a link to the Forgejo issues list. Also document optional forgejo.issues_url in config. Closes #3 Closes #2
This commit is contained in:
parent
0aaabd8671
commit
e575848c6d
3 changed files with 11 additions and 1 deletions
|
|
@ -10,6 +10,10 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
Open bugs now: <strong>__OPEN_BUG_COUNT__</strong> -
|
||||
<a href="__BUG_LIST_URL__">Bug list</a>
|
||||
</p>
|
||||
<canvas id="bugChart" width="800" height="400"></canvas>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue