49 lines
875 B
Plaintext
Raw Normal View History

2025-04-15 16:30:33 +02:00
% layout 'AdminLTE', title => "Sme server 2 - yum_logfile";
% content_for 'refresh' => begin
<meta http-equiv="refresh" content="10">
%end
% content_for 'module' => begin
2025-04-18 15:11:03 +02:00
<div class="card-body">
% if (config->{debug} == 1) {
2025-06-26 16:08:15 +02:00
<pre>
<%= dumper $c->current_route %>
<%= dumper $yum_datas %>
</pre>
% }
2025-06-26 16:08:15 +02:00
<h1><%= $title%></h1>
% if ( $notif ) {
2025-06-26 16:08:15 +02:00
<br>
<div class="text-warn">
<%= $notif %>
</div>
<br>
% }
2025-06-26 16:08:15 +02:00
<form action="/smanager/yum" method="POST">
<br>
<h2>Please Wait - Yum Running (<%= $c->get_yum_status_page() %>)</h2>
2025-04-15 16:30:33 +02:00
<%= $c->render_to_string(inline => $c->format_yum_log()) %>
2025-04-15 20:43:24 +02:00
%= hidden_field 'trt' => 'LOGF'
2025-06-26 16:08:15 +02:00
2025-04-15 16:30:33 +02:00
<br>
2025-06-26 16:08:15 +02:00
<!-- div class="">
2025-04-15 16:30:33 +02:00
prc= submit_button $c->l('NEXT'), class => ""
</div -->
2025-06-26 16:08:15 +02:00
</form>
</div>
% end