* installUI: display contactUs widget.

This commit is contained in:
liugang
2024-04-28 15:17:21 +08:00
parent 1f158d4f91
commit bcefd922f4
6 changed files with 13 additions and 5 deletions
@@ -28,6 +28,7 @@ div
form
(
h::pre(setID('progress'), setClass('progress block overflow-hidden h-96')),
contactUs(),
set::actions(array(array('disabled' => true, 'text' => $lang->install->next, 'class' => 'primary next')))
)
)