11.0.0-42 Finish Software updater

This commit is contained in:
John Crisp
2025-06-26 16:08:15 +02:00
parent 4204273b79
commit cd31fcfc5b
7 changed files with 431 additions and 298 deletions

View File

@@ -9,35 +9,39 @@
<div class="card-body">
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $yum_datas
</p>
<pre>
<%= dumper $c->current_route %>
<%= dumper $yum_datas %>
</pre>
% }
<h1><%= $title%></h1>
% if ( $notif ) {
<br>
<div class="text-warn">
<%= $notif %>
</div>
<br>
% }
<form action="/smanager/yum" method="POST">
<br>
<div class="">
%= $notif
</div>
%}
<h2>Please Wait - Yum Running (<%= $c->get_yum_status_page() %>)</h2>
%= form_for 'yum' => (method => 'POST') => begin
<BR><center><H2>Please Wait - Yum Running (<%= $c->get_yum_status_page() %>)</H2></center>
<%= $c->render_to_string(inline => $c->format_yum_log()) %>
%= hidden_field 'trt' => 'LOGF'
<br>
<!-- div class="">
prc= submit_button $c->l('NEXT'), class => ""
</div -->
% end
</form>
</div>