mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Updated to bootstrap v3.1 - includes fix to page width
This commit is contained in:
+1
-5
@@ -253,9 +253,7 @@ if (!$vars['bare'] == "yes") {
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-1">
|
||||
</div>
|
||||
<div class="col-md-10">
|
||||
<div class="col-md-12">
|
||||
<?php
|
||||
|
||||
// To help debug the new URLs :)
|
||||
@@ -290,8 +288,6 @@ if ($_SESSION['authenticated'])
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div class="col-md-1">
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$runtime_end = utime(); $runtime = $runtime_end - $runtime_start;
|
||||
|
||||
Reference in New Issue
Block a user