2025-06-26 16:08:15 +02:00

49 lines
875 B
Plaintext

% layout 'AdminLTE', title => "Sme server 2 - yum_logfile";
% content_for 'refresh' => begin
<meta http-equiv="refresh" content="10">
%end
% content_for 'module' => begin
<div class="card-body">
% if (config->{debug} == 1) {
<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>
<h2>Please Wait - Yum Running (<%= $c->get_yum_status_page() %>)</h2>
<%= $c->render_to_string(inline => $c->format_yum_log()) %>
%= hidden_field 'trt' => 'LOGF'
<br>
<!-- div class="">
prc= submit_button $c->l('NEXT'), class => ""
</div -->
</form>
</div>
% end