Files
smeserver-manager/root/usr/share/smanager/themes/default/templates/yumlogfile.html.ep
Brian Read 74c9beb587 * Mon Aug 11 2025 Brian Read <brianr@koozali.org> 11.0.0-113.sme
- Re-factor all template files to make them nicely formatted  [SME: 13103]
2025-08-12 06:20:31 +01:00

42 lines
848 B
Plaintext

% layout 'default', title => "Sme server 2 - yum_logfile";
% content_for 'refresh' => begin
<meta http-equiv="refresh" content="10">
% end
% content_for 'module' => begin
<div id='module' class='module yumlogfile-panel'>
% if (config->{debug} == 1) {
<p>
%= dumper $c->current_route
%= dumper $yum_datas
</p>
% }
<h1><%= $title %></h1>
% if ( $notif ) {
<br><div class=sme-error>
%= $notif
</div>
% }
%= 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='center'>
prc= submit_button $c->l('NEXT'), class => 'action'
</div -->
% end
</div>
% end