Skip to content

Commit bafa45a

Browse files
save file
1 parent 9ca6160 commit bafa45a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

utils/x509/generate-https-certificate/generate-https-certificate.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
var menu;
6565

6666

67+
var hdr;
68+
6769
//:
6870

6971

@@ -73,6 +75,17 @@
7375
await load();
7476

7577

78+
menu = menumod();
79+
80+
81+
hdr = mod['x509-hdr'];
82+
83+
hdr.initmod({ext,$,menu});
84+
85+
await hdr.init();
86+
87+
88+
7689
initdom(document.body);
7790

7891

@@ -234,7 +247,7 @@
234247

235248

236249
<x509-hdr component=grp v2.0>
237-
<img class=title src='images/generate-https-certificate.png' style='top:-15px;height:80px'>
250+
<img class=title src='images/generate-https-certificate.png' style='top:-35px;height:100px'>
238251
<span slot=date>27 Oct 2025</span>
239252
</x509-hdr>
240253

@@ -509,6 +522,8 @@
509522

510523
function initdom(){
511524

525+
hdr.initdom();
526+
512527

513528
$('#tab-config').onclick = e=>show('config');
514529
$('#tab-cert').onclick = e=>show('cert');

0 commit comments

Comments
 (0)