comment out col lg 12

pull/23/head
necro-nemesis 7 years ago
parent 393fdf21d1
commit afa3503f17

@ -378,7 +378,7 @@ function DisplayLokinetConfig()
<p><?php echo $status; ?></p> <p><?php echo $status; ?></p>
<div class="tab-pane fade in active" id="basic"> <div class="tab-pane fade in active" id="basic">
<h4><strong>Basic User Instructions:</strong></h4> <h4><strong>Basic User Instructions:</strong></h4>
<div class="form-group col-lg-12"> <!-- <div class="form-group col-lg-12"> -->
<div class="container"> <div class="container">
<button type="button" class="btn btn-info" data-toggle="collapse" data-target="#instruct">Instructions</button> <button type="button" class="btn btn-info" data-toggle="collapse" data-target="#instruct">Instructions</button>
@ -436,7 +436,7 @@ function DisplayLokinetConfig()
<div class="panel-footer">Contact Loki user groups for the latest bootstrap file location</div> <div class="panel-footer">Contact Loki user groups for the latest bootstrap file location</div>
</div><!-- /.panel-primary --> </div><!-- /.panel-primary -->
</div><!-- /.col-lg-12 --> </div><!-- /.col-lg-12 -->
</div><!-- /.row --> <!-- </div><!-- /.row -->
<?php <?php
} }

Loading…
Cancel
Save