Various UI changes

This commit is contained in:
Arjit Chaudhary
2015-09-21 01:30:23 +05:30
parent ee21a773f7
commit e6965765f5
15 changed files with 108 additions and 125 deletions
+1 -1
View File
@@ -107,4 +107,4 @@ require_once 'includes/modal/new_alert_rule.inc.php';
<div class="col-md-1 col-md-offset-3">
<button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#create-alert" data-device_id="<?php echo $device['device_id']; ?>"><i class="fa fa-plus"></i> Create new alert rule</button>
</div>
</div>
</div>
+2 -2
View File
@@ -62,7 +62,7 @@ echo "<div class='row'>
<div class='col-md-4'>
<form id='appedit' name='appedit' method='post' action='' role='form' class='form-horizontal'>
<input type=hidden name=device value='".$device['device_id']."'>
<table class='table table-hover table-condensed table-responsive'>
<table class='table table-hover table-responsive'>
<tr align=center>
<th>Enable</th>
<th>Application</th>
@@ -99,4 +99,4 @@ echo '<div class="row">
';
echo '</form>';
echo '</div>';
echo '</div>';
echo '</div>';