11.0.0-42 Finish Software updater
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user