fix: remove ghost-mariadb from the list
This commit is contained in:
parent
24e5e85225
commit
b96e710543
@ -1891,6 +1891,7 @@
|
|||||||
description: ""
|
description: ""
|
||||||
showOnConfiguration: true
|
showOnConfiguration: true
|
||||||
- templateVersion: 1.0.0
|
- templateVersion: 1.0.0
|
||||||
|
ignore: true
|
||||||
defaultVersion: latest
|
defaultVersion: latest
|
||||||
documentation: https://ghost.org/resources/
|
documentation: https://ghost.org/resources/
|
||||||
type: ghost-mariadb
|
type: ghost-mariadb
|
||||||
|
File diff suppressed because one or more lines are too long
@ -116,7 +116,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class=" lg:pt-20 lg:p-0 px-8 pt-20">
|
<div class=" lg:pt-20 lg:p-0 px-8 pt-20">
|
||||||
<div class="grid grid-flow-rows grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8">
|
<div class="grid grid-flow-rows grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8">
|
||||||
{#each sortMe(filteredServices) as service}
|
{#each sortMe(filteredServices).filter(s=> !s.ignore) as service}
|
||||||
{#key service.name}
|
{#key service.name}
|
||||||
<button
|
<button
|
||||||
on:click={() => handleSubmit(service)}
|
on:click={() => handleSubmit(service)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user