initial commit of file from CVS for smeserver-manager on Fri Mar 22 14:54:28 AEDT 2024
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
% 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
|
Reference in New Issue
Block a user