[%
USE Whostmgr;
WRAPPER 'master_templates/master.tmpl'
app_key = 'show_mysql_processes'
scripts = [
Whostmgr.find_file_url('/js/sorttable.js')
],
theme = 'bootstrap';
extrastyle = '
.table {
border: none;
}
th, td {
border: none;
}
'
-%]
[% PROCESS 'warnings/_mysql_version.tmpl' %]
[% data.html_content %]
[% END #wrapper -%]
Back to Directory