From 1bacc17a126c9fdc82ab5043a541e1f4938968a8 Mon Sep 17 00:00:00 2001 From: William Mantly Date: Wed, 25 Feb 2026 19:45:09 -0500 Subject: [PATCH] Fixed host put on frontend --- nodejs/models/host.js | 2 -- nodejs/views/hosts.ejs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nodejs/models/host.js b/nodejs/models/host.js index 87d24ab..e3f4c01 100755 --- a/nodejs/models/host.js +++ b/nodejs/models/host.js @@ -246,7 +246,6 @@ class Host extends Table{ async checkWildcardForRenew(){ try{ - console.log(`Checking ${this.host}`); if(this.is_wildcard && Date.now() > this.wildcard_expires - (30 * 24 * 60 * 60 * 1000)){ this.createWildcardCert(); } @@ -258,7 +257,6 @@ class Host extends Table{ static async checkWildcardForRenew(){ try{ - console.log('checkWildcardForRenew here', this) for(let host of await this.listDetail()){ host.createWildcardCert(); } diff --git a/nodejs/views/hosts.ejs b/nodejs/views/hosts.ejs index c1d8771..85c4675 100755 --- a/nodejs/views/hosts.ejs +++ b/nodejs/views/hosts.ejs @@ -274,7 +274,7 @@
-
+ {{{ form }}}