Commit Graph

211 Commits

Author SHA1 Message Date
Oliver Gorwits
f7bc66ff54 Show page and total records number on DataTables tables 2015-03-07 11:54:31 +00:00
Oliver Gorwits
3991f6a356 dont display unecessary padding in device port cells 2015-02-24 20:57:08 +00:00
Oliver Gorwits
0993af18e4 Avoid displaying all VLANs on device ports when there are 1000's 2015-02-15 15:36:17 +00:00
Oliver Gorwits
3cc3f873d8 Fix headings on IP Inventory CSV report (J. Binks) 2015-02-12 22:04:18 +00:00
Oliver Gorwits
85ab6e15ec [#181] AP Client Count report was broken
The DB query was joining on the device_port_wireless table which as any fule
kno isn't using the device port subinterface name so there would always be
zero results (as wireless data is related to the subinterface).

Fixed the query to use the device_port_ssid table, and also added a dedicated
template so additional data can be displayed in the report.
2015-01-25 12:31:37 +00:00
Oliver Gorwits
26de31bbbf [#182] SSID and PoE showing in wrong Device Port columns
Simply the template was displaying the column data in the wrong order as
compared to the config/header.
2015-01-25 10:35:35 +00:00
Oliver Gorwits
4beb4223a3 [#18] Inventory by Model by OS Report 2015-01-01 19:50:17 +00:00
Oliver Gorwits
af16e1f4f9 [#15] Undiscovered Neighbor report JOIN fixed, and updated to include
the ports where Macsuck saw the MAC address of a known Device
2015-01-01 18:38:39 +00:00
Oliver Gorwits
af24ecf57d update Device Ports CSV output to match new report format 2015-01-01 17:55:30 +00:00
Oliver Gorwits
27fe7c3e65 update IP Inventory CSV output to match new report format 2015-01-01 17:54:46 +00:00
Oliver Gorwits
06f62f97b7 [#4] Allow comment on device port in the log, for any user 2015-01-01 17:48:25 +00:00
Oliver Gorwits
cceae236d1 Update IP Inventory to show MAC address and have working Last Used sort 2014-12-24 18:23:13 +00:00
Oliver Gorwits
16c4d9cfbe correct link in jobqueue template 2014-11-19 22:13:20 +00:00
Oliver Gorwits
a8208121c2 [#133] Custom reports respect sorting in SQL 2014-11-16 22:29:11 +00:00
Oliver Gorwits
f6ae7be611 [#170] Show device SNMP::Info class in web interface 2014-11-16 21:49:36 +00:00
Eric A. Miller
78a31b9b1c Typo in template 2014-11-05 20:44:54 -05:00
Oliver Gorwits
090cd631d4 Fix typo in the Device By Location report template 2014-10-07 18:48:38 +01:00
Oliver Gorwits
f6b1112931 Administration (SSH, Telnet, Web) links for devices 2014-09-29 21:35:57 +01:00
Oliver Gorwits
fb365f1203 Setting for items in number of records per table page menu 2014-09-15 23:42:00 +01:00
Oliver Gorwits
b63cd0b643 extract common DT options to template 2014-09-15 22:15:48 +01:00
Oliver Gorwits
fb7bcbf120 fix undef data error in JS, and when no remote_(ip|port) 2014-08-25 17:13:11 +01:00
Oliver Gorwits
4c08de9512 Add Nodes discovered through LLDP/CDP report 2014-08-25 16:45:38 +01:00
Oliver Gorwits
3b6ae9e58e Port search also searches on the Remote ID and Type 2014-08-25 15:17:01 +01:00
Eric A. Miller
7f768b544f Use custom portsort plug-in on port columns within DataTables not using server-side processing 2014-08-12 21:51:26 -04:00
Eric A. Miller
746d500175 Use custom portsort plug-in for DataTables in device ports tab 2014-08-12 18:52:11 -04:00
Oliver Gorwits
29d3ac707b [#108] Port Bounce port control feature (down and up in succession) 2014-07-31 21:25:22 +01:00
Oliver Gorwits
888b522c7f node monitor admin panel 2014-07-22 20:26:15 +01:00
Oliver Gorwits
c1846103fe DataTables render function should check for type 2014-07-21 21:48:52 +00:00
Bill Fenner
b86ff6580e Use name in the name column, and fix link.
The template was a little mangled (missing href=), and the
ip address was the preferred value for the name column - switch
it to name
2014-07-21 00:10:10 +00:00
Eric A. Miller
0ea6f754b4 Custom path handling for DataTables ajax calls 2014-07-16 20:00:39 -04:00
Oliver Gorwits
6d8ccca21c Fix device port ordering in DataTables when Port Control is enabled 2014-07-13 18:53:06 +01:00
Eric A. Miller
bc6f941c0f Fix table rendering on port search tab when VLAN is null 2014-07-08 21:19:18 -04:00
Oliver Gorwits
30b234848d table_pagesize option to set default size of table pages 2014-06-30 12:38:43 +01:00
Oliver Gorwits
71b2ab2563 Subnets report date range fixed, but (unnecessary?) "not" option removed 2014-06-23 16:03:55 +01:00
Oliver Gorwits
3a1cd19aa6 wrapped text is centered in Device/Node cell of node search 2014-06-22 21:47:04 +01:00
Eric A. Miller
e1250011cf Standardize option for DataTables 2014-06-19 21:33:51 -04:00
Eric A. Miller
22a446f144 DataTables for port log report 2014-06-19 21:31:47 -04:00
Eric A. Miller
ca89a57e0b DataTables for admin undiscovered neighbors report 2014-06-19 21:13:44 -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
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
Oliver Gorwits
4c6f08757d Neighbor device links to both device and port (fragfutter) 2014-06-18 12:44:35 +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
16c52fa8a6 Change default page length to 25 and save state in DataTables tables 2014-06-08 22:54:34 -04:00