Differences From Artifact [6e08f785f6]:
- File render/conf.t — part of check-in [d228cd7fcb] at 2020-12-28 23:42:22 on branch trunk — vastly improve the setup process (user: lexi, size: 2442) [annotate] [blame] [check-ins using]
To Artifact [79b6da76d7]:
- File render/conf.t — part of check-in [0324d62546] at 2020-12-30 00:43:11 on branch trunk — continued iteration (user: lexi, size: 2459) [annotate] [blame] [check-ins using]
62 62 panel = panel; 63 63 } 64 64 65 65 var pgt = pg:tostr() defer pgt:free() 66 66 co:stdpage([lib.srv.convo.page] { 67 67 title = 'configure'; body = pgt; 68 68 class = lib.str.plit 'conf'; 69 + cache = false; 69 70 }) 70 71 71 72 if panel.ct ~= 0 then panel:free() end 72 73 end 73 74 74 75 return render_conf