mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
add/edit smart sections
This commit is contained in:
parent
be4a95df96
commit
a7ac034d2c
33 changed files with 1209 additions and 603 deletions
|
@ -16,7 +16,7 @@ import "strings"
|
|||
// the HTML that is rendered by this section.
|
||||
const renderTemplate = `
|
||||
{{if .HasData}}
|
||||
<p class="margin-left-20">The <a href="https://papertrailapp.com">Papertrail log</a> for query <em>{{.Config.Query}}</em> contains {{.Count}} entries.</p>
|
||||
<p >The <a href="https://papertrailapp.com">Papertrail log</a> for query <em>{{.Config.Query}}</em> contains {{.Count}} entries.</p>
|
||||
<table class="basic-table section-papertrail-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue