mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Maintenance Mode for a complete Location (#11089)
* Maintenance mode for a complete location * updatedatabase query * updatedatabase query * add missing select
This commit is contained in:
@@ -264,13 +264,13 @@ $('#sched-submit').click('', function(e) {
|
||||
|
||||
$("#maps").select2({
|
||||
width: '100%',
|
||||
placeholder: "Devices or Groups",
|
||||
placeholder: "Devices, Groups or Locations",
|
||||
ajax: {
|
||||
url: 'ajax_list.php',
|
||||
delay: 250,
|
||||
data: function (params) {
|
||||
return {
|
||||
type: 'devices_groups',
|
||||
type: 'devices_groups_locations',
|
||||
search: params.term
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user