Commit e0458aa2 authored by Jos Schellevis's avatar Jos Schellevis

Dashboard changes and traffic widget javascript update

parent 0d8ad1b4
*.DS_Store
*.codekit
......@@ -426,22 +426,22 @@ echo $jscriptstr;
<?php exit; ?>
<?php endif; ?>
<section class="page-content-main">
<section class="page-content-main">
<div class="container-fluid">
<div class="row">
<form action="<?=$_SERVER['REQUEST_URI'];?>" method="post" id="iform">
<input type="hidden" value="" name="sequence" id="sequence" />
<?php
/* Print package server mismatch warning. See https://redmine.pfsense.org/issues/484 */
if (!verify_all_package_servers())
<?php
/* Print package server mismatch warning. See https://redmine.pfsense.org/issues/484 */
if (!verify_all_package_servers())
print_info_box(package_server_mismatch_message());
if ($savemsg)
if ($savemsg)
print_info_box($savemsg);
?>
?>
......@@ -599,12 +599,10 @@ if ($savemsg)
</div>
</section>
<? } //end foreach ?>
</form>
</div>
</div>
</section>
</section>
......
......@@ -553,3 +553,8 @@ table{
::-webkit-scrollbar-thumb:hover {
background:#e5e5e5;
}
.widgetdiv {
padding-top:0px !important;
padding-bottom:20px;
}
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment