mirror of https://github.com/dapr/docs.git
Merge pull request #2885 from tmacam/patch-1
SecretStores: Fix column ordering in supported components table
This commit is contained in:
commit
e038033db0
|
@ -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" . }}
|
||||
|
|
Loading…
Reference in New Issue