Merge pull request #2885 from tmacam/patch-1

SecretStores: Fix column ordering in supported components table
This commit is contained in:
greenie-msft 2022-10-12 16:28:17 -07:00 committed by GitHub
commit e038033db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@
</tr>
{{ range sort $components "component" }}
<tr>
<td align="center">{{ if .features.multipleKeyValuesPerSecret }}✅{{else}}<img src="/images/emptybox.png">{{ end }}</td>
<td><a href="/reference/components-reference/supported-secret-stores/{{ .link }}/" }}>{{ .component
}}</a>
</td>
<td align="center">{{ if .features.multipleKeyValuesPerSecret }}✅{{else}}<img src="/images/emptybox.png">{{ end }}</td>
<td>{{ .state }}</td>
<td>{{ .version }}</td>
<td>{{ .since }}</td>
@ -40,4 +40,4 @@
{{ end }}
</div>
{{ partial "components/componenttoc.html" . }}
{{ partial "components/componenttoc.html" . }}