mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Improve UI of filter menu (#10348)
* Improve UI of filter menu In the current UI of the filter menu, it's not readily apparent that one, you are supposed to use the filter tabs, and two, that you need to refresh in order for the filter to apply. This request adds button colors to search, update, and refresh to make the filter bar and action buttons stand out. * Only change search button color Changed search button color to blue to fit in better
This commit is contained in:
@ -362,7 +362,7 @@ if ($format == "graph") {
|
||||
"<div class='form-group'><select name='features' id='features' class='form-control'></select></div>" +
|
||||
"<div class='form-group'><select name='location' id='location' class='form-control'></select></div>" +
|
||||
"<div class='form-group'><select name='type' id='device-type' class='form-control'></select></div>" +
|
||||
"<input type='submit' class='btn btn-default' value='Search'>" +
|
||||
"<input type='submit' class='btn btn-info' value='Search'>" +
|
||||
"<a href='<?php echo generate_url($vars) ?>' title='Update the browser URL to reflect the search criteria.' class='btn btn-default'>Update URL</a>" +
|
||||
"<a href='<?php echo generate_url(array('page' => 'devices', 'section' => $vars['section'], 'bare' => $vars['bare'])) ?>' title='Reset criteria to default.' class='btn btn-default'>Reset</a>" +
|
||||
"</form>" +
|
||||
|
Reference in New Issue
Block a user