parent
373c489b00
commit
c888a45d97
@ -643,9 +643,12 @@ export class CrawlTemplatesDetail extends LiteElement {
|
|||||||
</sl-switch>
|
</sl-switch>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
${this.isSeedsJsonView
|
<div class="${this.isSeedsJsonView ? "" : "hidden"}">
|
||||||
? this.renderSeedsJson()
|
${this.renderSeedsJson()}
|
||||||
: this.renderSeedsForm()}
|
</div>
|
||||||
|
<div class="grid gap-5${this.isSeedsJsonView ? " hidden" : ""}">
|
||||||
|
${this.renderSeedsForm()}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<sl-button
|
<sl-button
|
||||||
|
@ -374,9 +374,12 @@ export class CrawlTemplatesNew extends LiteElement {
|
|||||||
</sl-switch>
|
</sl-switch>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
${this.isSeedsJsonView
|
<div class="${this.isSeedsJsonView ? "" : "hidden"}">
|
||||||
? this.renderSeedsJson()
|
${this.renderSeedsJson()}
|
||||||
: this.renderSeedsForm()}
|
</div>
|
||||||
|
<div class="grid gap-5${this.isSeedsJsonView ? "hidden" : ""}">
|
||||||
|
${this.renderSeedsForm()}
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user