File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
utils/x509/generate-https-certificate Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 6464 var menu ;
6565
6666
67+ var hdr ;
68+
6769 //:
6870
6971
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
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
509522
510523 function initdom ( ) {
511524
525+ hdr . initdom ( ) ;
526+
512527
513528 $ ( '#tab-config' ) . onclick = e => show ( 'config' ) ;
514529 $ ( '#tab-cert' ) . onclick = e => show ( 'cert' ) ;
You can’t perform that action at this time.
0 commit comments