mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Cleanup UI, expand table to full width, add icon to save
This commit is contained in:
@@ -58,11 +58,10 @@ if (count($apps_enabled)) {
|
||||
}
|
||||
}
|
||||
|
||||
echo "<div class='row'>
|
||||
<div class='col-md-4'>
|
||||
echo "
|
||||
<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-striped table-responsive'>
|
||||
<table class='table table-hover table-responsive'>
|
||||
<tr align=center>
|
||||
<th>Enable</th>
|
||||
<th>Application</th>
|
||||
@@ -92,12 +91,10 @@ foreach ($applications as $app) {
|
||||
|
||||
echo '<tr>
|
||||
<td>
|
||||
<button type="submit" class="btn btn-default" value="Save">Save</button>
|
||||
<button type="submit" name="Submit" class="btn btn-default"><i class="fa fa-check"></i> Save</button>
|
||||
</td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>';
|
||||
echo '</table>';
|
||||
echo '</form>';
|
||||
echo '</div>';
|
||||
echo '</div>';
|
||||
|
Reference in New Issue
Block a user