mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Add fa-check to Save and move out of table
This commit is contained in:
@@ -58,10 +58,11 @@ if (count($apps_enabled)) {
|
||||
}
|
||||
}
|
||||
|
||||
echo "
|
||||
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-condensed table-hover table-responsive'>
|
||||
<table class='table table-hover table-responsive'>
|
||||
<tr align=center>
|
||||
<th>Enable</th>
|
||||
<th>Application</th>
|
||||
@@ -89,12 +90,13 @@ foreach ($applications as $app) {
|
||||
$row++;
|
||||
}
|
||||
|
||||
echo '<tr>
|
||||
<td>
|
||||
<button type="submit" name="Submit" class="btn btn-default"><i class="fa fa-check"></i> Save</button>
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>';
|
||||
echo '</table>';
|
||||
echo '<div class="row">
|
||||
<div class="col-md-1">
|
||||
<button type="submit" name="Submit" class="btn btn-default"><i class="fa fa-check"></i> Save</button>
|
||||
</div>
|
||||
</div>
|
||||
';
|
||||
echo '</form>';
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
|
||||
Reference in New Issue
Block a user