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