Skip to content

Commit a8d6a8d

Browse files
save file
1 parent 9e504b2 commit a8d6a8d

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

utils/gcloud/deploy-cloud-run-service/v2.0/deploy-cloud-run-service-v2.0.html

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@
5454
var keydown;
5555
var debug;
5656

57-
58-
57+
var menu;
58+
59+
var hdr;
5960
var log;
6061

6162

@@ -67,11 +68,17 @@
6768
async function init(){
6869
debug('init',version);
6970

70-
log = mod['log-mod'];
71+
menu = menumod();
72+
7173

74+
hdr = mod['gcloud-hdr'];
75+
log = mod['log-mod'];
76+
77+
hdr.initmod({ext,$,menu});
7278
log.initmod({ext,$});
7379

7480
await Promise.all([
81+
hdr.init(),
7582
log.init(),
7683
]);
7784

@@ -95,8 +102,9 @@
95102
'js/core/datatype.js',
96103
'js/dom/menumod/menumod.js',
97104
'js/dom/keydown/keydown.js',
105+
'js/debug/debug.js',
98106
);
99-
[$,datatype,menumod,keydown] = await promise;
107+
[$,datatype,menumod,keydown,debug] = await promise;
100108

101109

102110
//JSZip = (await import('https://cdn.jsdelivr.net/npm/jszip/+esm')).default;
@@ -156,12 +164,14 @@
156164
{cursor:pointer}
157165

158166
</style>
167+
168+
169+
<gcloud-hdr component=grp>
170+
<img class=title src='images/deploy-cloud-run-service.png' style='top:0px;height:80px' alt='deploy cloud run service'>
171+
<time slot=date datetime=2025-10-31>31 Oct 2025</time>
172+
</gcloud-hdr>
159173

160174

161-
<h3>
162-
deploy cloud run service
163-
</h3>
164-
165175
<div>
166176

167177
<section id=token-root>
@@ -290,9 +300,7 @@ <h3>
290300
</pre>
291301

292302

293-
<log api>
294-
<script src='https://html-loader-1024713184986.us-central1.run.app/'></script>
295-
</log>
303+
<log-mod component></log-mod>
296304

297305

298306
</body>
@@ -318,7 +326,7 @@ <h3>
318326
var root = rootnode;
319327
ui.root = root;
320328

321-
329+
hdr.initdom();
322330

323331
ui.token = $(root,'#token');
324332
ui.email = $(root,'#email');
@@ -410,6 +418,8 @@ <h3>
410418

411419

412420

421+
log.initdom();
422+
413423

414424

415425

@@ -481,11 +491,6 @@ <h3>
481491

482492

483493

484-
//:
485-
486-
487-
488-
init.stack.complete;
489494

490495

491496
</script>

0 commit comments

Comments
 (0)