make report visable when load

This commit is contained in:
Tim Hughes 2018-11-30 13:13:08 +00:00
parent 69d4e2fbea
commit f54f6fd2b0

View File

@ -11,24 +11,24 @@
<style type="text/css" media="screen"> <style type="text/css" media="screen">
/* Sticky footer styles /* Sticky footer styles
-------------------------------------------------- */ -------------------------------------------------- */
/*html { html {
/* position: relative; position: relative;
/* min-height: 100%; min-height: 100%;
/*} }
/*body { body {
/* /* Margin bottom by footer height */ /* Margin bottom by footer height */
/* margin-bottom: 10px; margin-bottom: 10px;
/*} }
/*.footer { .footer {
/* position: absolute; position: absolute;
/* #margin-left: 5px; #margin-left: 5px;
/* bottom: 0; bottom: 0;
/* width: 100%; width: 100%;
/* /* Set the fixed height of the footer here */ /* Set the fixed height of the footer here */
/* height: 30px; height: 30px;
/* line-height: 30px; /* Vertically center the text there */ line-height: 30px; /* Vertically center the text there */
/* background-color: #f5f5f5; background-color: #f5f5f5;
/*} }
/* /* Custom page CSS /* /* Custom page CSS
@ -70,7 +70,7 @@
</ul> </ul>
<div class="tab-content"> <div class="tab-content">
<div id="home" class="tab-pane"> <div id="home" class="tab-pane active">
<h3>Home</h3> <h3>Home</h3>
<h5>Report date: [% localtime %]</h5> <h5>Report date: [% localtime %]</h5>
<h5>Report host: [% $data{'Variables'}{'hostname'} %]</h5> <h5>Report host: [% $data{'Variables'}{'hostname'} %]</h5>