mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-21 22:35:01 +01:00
Update home.html
Add Performance module to template.
This commit is contained in:
parent
4871314522
commit
8196511460
@ -52,7 +52,7 @@
|
||||
<tr>
|
||||
<td><a href="#module-Form">Form</a></td>
|
||||
<td><a href="#module-Certificate">Certificate</a></td>
|
||||
<td></td>
|
||||
<td><a href="#module-Performance">Performance</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="#module-Provenance">Provenance</a></td>
|
||||
@ -119,7 +119,7 @@
|
||||
|
||||
{{ $cluster := "Impact" }}
|
||||
{{ .Scratch.Set "cluster" $cluster }}
|
||||
{{ $modules := slice "Evaluation" }}
|
||||
{{ $modules := slice "Evaluation" "Performance" }}
|
||||
{{ range $modules }}
|
||||
{{ $module := . }}
|
||||
{{ $.Scratch.Set "module" $module }}
|
||||
|
Loading…
Reference in New Issue
Block a user