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; ...@@ -426,22 +426,22 @@ echo $jscriptstr;
<?php exit; ?> <?php exit; ?>
<?php endif; ?> <?php endif; ?>
<section class="page-content-main"> <section class="page-content-main">
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<form action="<?=$_SERVER['REQUEST_URI'];?>" method="post" id="iform"> <form action="<?=$_SERVER['REQUEST_URI'];?>" method="post" id="iform">
<input type="hidden" value="" name="sequence" id="sequence" /> <input type="hidden" value="" name="sequence" id="sequence" />
<?php <?php
/* Print package server mismatch warning. See https://redmine.pfsense.org/issues/484 */ /* Print package server mismatch warning. See https://redmine.pfsense.org/issues/484 */
if (!verify_all_package_servers()) if (!verify_all_package_servers())
print_info_box(package_server_mismatch_message()); print_info_box(package_server_mismatch_message());
if ($savemsg) if ($savemsg)
print_info_box($savemsg); print_info_box($savemsg);
?> ?>
...@@ -599,12 +599,10 @@ if ($savemsg) ...@@ -599,12 +599,10 @@ if ($savemsg)
</div> </div>
</section> </section>
<? } //end foreach ?> <? } //end foreach ?>
</form> </form>
</div> </div>
</div> </div>
</section> </section>
......
...@@ -553,3 +553,8 @@ table{ ...@@ -553,3 +553,8 @@ table{
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
background:#e5e5e5; 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