Commit Graph

1211 Commits

Author SHA1 Message Date
Eric A. Miller
ca89a57e0b DataTables for admin undiscovered neighbors report 2014-06-19 21:13:44 -04:00
Eric A. Miller
6389783174 Eliminate a database call in device module inventory report when options are used 2014-06-19 19:22:18 -04:00
Eric A. Miller
eacd19f390 DataTables for IP subnet utilization report 2014-06-19 19:20:18 -04:00
Eric A. Miller
0a74816a00 DataTables for pseudo devices tab 2014-06-19 19:19:17 -04:00
Eric A. Miller
08deab41ab DataTables for manual device topology tab 2014-06-19 19:16:08 -04:00
Eric A. Miller
17db8fe190 DataTables for admin user management tab 2014-06-19 19:11:05 -04:00
Eric A. Miller
deb33ed79c Modify wireless ap radio channel power CSV report to work with new datatables results 2014-06-19 19:07:07 -04:00
Eric A. Miller
2324ae14d3 Use with_poestats in device details 2014-06-19 19:05:19 -04:00
Eric A. Miller
3c2b9a3ee3 Remove unused port_tree() 2014-06-19 19:04:13 -04:00
Eric A. Miller
184f320299 Change node vendor report by vendor to use server-side processing 2014-06-19 19:03:09 -04:00
Eric A. Miller
89de64b20d Change node netbios report by domain to use server-side processing 2014-06-19 19:02:28 -04:00
Eric A. Miller
f136332833 DataTables for device PoE status report 2014-06-19 19:00:37 -04:00
Eric A. Miller
d79c011bf0 Add DevicePoeStatus virtual view to support device PoE Status report
Add with_poestats to DevicePower ResultSet to support power report in device detail tab
Remove with_poestats_as_hashref from Device  ResultSet as DevicePoeStatus view and with_poestats are more efficient
2014-06-19 18:58:28 -04:00
Oliver Gorwits
2a15f61646 fix some netdisco-rancid-export defaults, add doc note about cron 2014-06-19 21:54:51 +01:00
Oliver Gorwits
8148667d9e Add netdisco-rancid-export to installed scripts 2014-06-19 21:37:58 +01:00
Oliver Gorwits
4c6f08757d Neighbor device links to both device and port (fragfutter) 2014-06-18 12:44:35 +01:00
Oliver Gorwits
298e7cd892 some fixes to sidebar css 2014-06-12 14:54:09 +01:00
Oliver Gorwits
82b5c9c485 Merge branch 'master' of ssh://git.code.sf.net/p/netdisco/netdisco-ng 2014-06-12 14:53:43 +01:00
Eric A. Miller
e60b5f8ff9 DataTables for Access Point Radios Channel and Power report
Optimize SQL for ap_radio_channel_power virtual table
Convert mW to dBm via the database query
2014-06-11 19:33:36 -04:00
Eric A. Miller
c8f5a5a508 Move vendor to grouping bar in node search results and link to node vendor report
Change DataTables search box description to 'Filter records: '
2014-06-11 19:28:20 -04:00
Eric A. Miller
86d02cc088 Add oui abbrev field to node search results for linking 2014-06-11 18:26:14 -04:00
Eric A. Miller
1fa4dba7e8 Add missing processing style to dataTables.bootstrap.css 2014-06-11 18:24:55 -04:00
Oliver Gorwits
3b94eafe00 get rid of horrid OO jobqueue interface 2014-06-11 22:34:33 +01:00
Oliver Gorwits
8e0be7d489 do not quote Pg after all 2014-06-11 22:26:49 +01:00
Oliver Gorwits
c10095939b Set UTF-8 mode and DBIC quoting on Pg database connection 2014-06-11 09:12:40 +01:00
Oliver Gorwits
5988302a65 fix for perl 5.10 not auto-dereferncing 2014-06-11 06:58:37 +00:00
Eric A. Miller
16c52fa8a6 Change default page length to 25 and save state in DataTables tables 2014-06-08 22:54:34 -04:00
Eric A. Miller
f00ebf9ecc Convert device module inventory web report to DataTables server-side processing 2014-06-08 22:42:07 -04:00
Eric A. Miller
56e1bd9911 Use current_source_alias on unqualified columns in DataTables server-side where clause construction 2014-06-08 22:39:16 -04:00
Eric A. Miller
40091673b4 DataTables for admin user log report 2014-06-08 22:27:17 -04:00
Eric A. Miller
e05c79bdbc Add methods to App::Netdisco::DB::ResultSet to support DataTables Server-side processing 2014-06-08 22:26:02 -04:00
Eric A. Miller
ecc30e4944 Add App::Netdisco::Util::ExpandParams a CGI::Expand subclass with Rails like tokenization for parameters passed during DataTables server-side processing. 2014-06-08 21:59:00 -04:00
Eric A. Miller
c8b05263e6 Eliminate one db call in IP subnet utilization report. Limit clause is not applied until after all rows to be returned are calculated so calling has_rows provides no optimization versus calling ->all in controller and checking for results before sending to template. Also use HashRefInflator. 2014-06-07 14:52:26 -04:00
Eric A. Miller
2e6deba1a6 DataTables for admin poller performance report 2014-06-07 14:39:52 -04:00
Eric A. Miller
da01b2c7ce DataTables for admin slowest devices report 2014-06-07 14:39:03 -04:00
Eric A. Miller
d32fbc744b DataTables for device generic report 2014-06-07 14:37:40 -04:00
Eric A. Miller
9fa54f3fae DataTables for device addresses tab 2014-06-04 23:14:21 -04:00
Eric A. Miller
87e1875da0 DataTables for device port tab 2014-06-04 22:48:26 -04:00
Eric A. Miller
0634795e4d Natural sort plug-in for DataTables 2014-06-04 22:41:34 -04:00
Eric A. Miller
bf477d5890 DataTables need distinct id's on pages with multiple tabs 2014-06-03 20:23:19 -04:00
Eric A. Miller
3ce40b1191 DataTables for node search results tab 2014-06-03 20:16:22 -04:00
Eric A. Miller
b5a7836f79 Add oui relationship to NodeWireless result class 2014-06-03 19:46:55 -04:00
Eric A. Miller
e5f157aa21 Add net_mac column to DevicePort, NodeNbt, and NodeWirless Result classes to enable consistent MAC formatting 2014-06-03 19:45:03 -04:00
Oliver Gorwits
6a18a3d65b Store started timestamp on job completion 2014-06-03 22:18:47 +01:00
Oliver Gorwits
37dbb9527c Forward port housekeeping/schedule and expiry/expire legacy config 2014-06-03 15:21:43 +00:00
Eric A. Miller
1258049483 DataTables for VLAN search results tab
Modify carrying_vlan and carrying_vlan_name searches to use device_vlan table to capture devices carrying a VLAN but no port members
2014-06-02 23:27:40 -04:00
Eric A. Miller
fb65ae30f0 Link to VLAN search by name from VLAN Inventory report 2014-06-02 23:22:48 -04:00
Eric A. Miller
4f7a2097fc DataTables for port search results tab
Use device_port_vlan table to search for VLANs rather than the device_port table
2014-06-02 22:47:34 -04:00
Eric A. Miller
a34094cc6c DataTables for device search results tab 2014-06-02 22:41:47 -04:00
Eric A. Miller
19919f6534 Don't try to encode a null SSID in Port SSID report 2014-06-02 22:40:10 -04:00