Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Apr 29, 2023
2 parents e6eb583 + aca3b0c commit 0bd910e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# ignore
node_modules
dist
.npmrc
package-lock.json
yarn.lock
pnpm-lock.yaml

logs
*.log
Expand Down
2 changes: 1 addition & 1 deletion src/admin/websites/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

<!-- Main Content -->
<main content_id="content" class="padding:15px">
<div class="display:grid gap:15px grid-template-columns:repeat(auto-fill,minmax(290px,1fr))" template_id="" fetch-collection="" fetch-document filter-name="module_id" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<div class="display:grid gap:15px grid-template-columns:repeat(auto-fill,minmax(290px,1fr))" template_id="" fetch-collection="apps" fetch-document filter-name="module_id" filter-value="" filter-sort-name="name" filter-sort-direction="asc" pass_id="datatable">
<div template_id="" pass_id="datatable" class="card template align-items:center grid-column-end:span_1 box-shadow-hover" document_id="{{document._id}}" toggle="selected">
<div class="position:relative">
<img src="/assets/website-preview.png" collection="{{document.collection}}" document_id="{{document._id}}" name="image" width="100%">
Expand Down

0 comments on commit 0bd910e

Please sign in to comment.