Cleanup for AdminLTE
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
% layout 'default', title => "Sme server 2 - yum_logfile";
|
||||
% layout 'AdminLTE', title => "Sme server 2 - yum_logfile";
|
||||
|
||||
% content_for 'refresh' => begin
|
||||
<meta http-equiv="refresh" content="10">
|
||||
@@ -8,30 +8,30 @@
|
||||
|
||||
<div id="" class="">
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $yum_datas
|
||||
</p>
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $yum_datas
|
||||
</p>
|
||||
% }
|
||||
|
||||
<h1><%= $title%></h1>
|
||||
|
||||
% if ( $notif ) {
|
||||
<br><div class="">
|
||||
%= $notif
|
||||
</div>
|
||||
<br><div class="">
|
||||
%= $notif
|
||||
</div>
|
||||
%}
|
||||
|
||||
%= form_for 'yum' => (method => 'POST') => begin
|
||||
|
||||
<BR><center><H2>Please Wait - Yum Running (<%= $c->get_yum_status_page() %>)</H2></center>
|
||||
<BR><center><H2>Please Wait - Yum Running (<%= $c->get_yum_status_page() %>)</H2></center>
|
||||
|
||||
<%= $c->render_to_string(inline => $c->format_yum_log()) %>
|
||||
<%= $c->render_to_string(inline => $c->format_yum_log()) %>
|
||||
|
||||
%= hidden_field 'trt' => 'LOGF'
|
||||
<br>
|
||||
%= hidden_field 'trt' => 'LOGF'
|
||||
<br>
|
||||
<!-- div class="">
|
||||
prc= submit_button $c->l('NEXT'), class => ""
|
||||
prc= submit_button $c->l('NEXT'), class => ""
|
||||
</div -->
|
||||
|
||||
% end
|
||||
|
Reference in New Issue
Block a user