Commit Graph

60 Commits

Author SHA1 Message Date
Oliver Gorwits
798086ca29 complete the observium plugin 2013-06-02 15:30:26 +01:00
Oliver Gorwits
66b3ced179 Plugins can have CSS and Javascript loaded within <head> 2013-06-02 13:55:14 +01:00
Oliver Gorwits
ed1bfa1ae7 observium sparklines plugin; support X:: namespace 2013-05-30 08:17:02 +01:00
Oliver Gorwits
76b7636c74 rename private settings keys 2013-05-30 06:30:06 +01:00
Oliver Gorwits
fdac8f6c33 add macwalk and arpnip buttons to device details 2013-05-30 05:59:53 +01:00
Oliver Gorwits
3d688c7d83 Revert "reduce refresh to 5sec"
This reverts commit 8ea9ec7dd9.
2013-05-30 05:57:20 +01:00
Oliver Gorwits
8ea9ec7dd9 reduce refresh to 5sec 2013-05-29 20:23:08 +01:00
Oliver Gorwits
8c54e6c58b show undiscovered neighbor properly 2013-05-29 20:11:06 +01:00
Oliver Gorwits
b995cf6398 show probable but undiscovered neighbor is ports display 2013-05-27 15:01:29 +01:00
Oliver Gorwits
55c6d4fe63 add discover button to device details page 2013-05-14 21:05:01 +01:00
Oliver Gorwits
11fd8bf964 fix typo and clear port box on autocomplete dropdown 2013-05-14 20:43:43 +01:00
Oliver Gorwits
74bc0023df complete job queue delete and kill running timers properly when reloading page 2013-05-14 20:26:45 +01:00
Oliver Gorwits
dd6947f38d fix improper use of bootstrap table class 2013-05-11 16:51:28 +01:00
Oliver Gorwits
cd5b83f71e fix update view icon in sidebar 2013-05-11 15:56:28 +01:00
Oliver Gorwits
e9349f325d css audit 2013-05-11 15:50:55 +01:00
Oliver Gorwits
a18a3c72a3 fix table headings and improve Action display in Job Queue 2013-05-09 23:37:43 +01:00
Oliver Gorwits
70f5da8bb6 implement "no devices" prompt for admin users to do first discover 2013-05-09 23:30:32 +01:00
Oliver Gorwits
2e8ac83173 more js refactoring for report and search 2013-05-09 21:53:39 +01:00
Oliver Gorwits
479ac0e55d refactor js for device tabs 2013-05-09 21:50:29 +01:00
Oliver Gorwits
6a17fe5d6c fix crazy races with javasacript by using global delegations 2013-05-09 21:05:42 +01:00
Oliver Gorwits
c746e68b9b make topo autocomplete more responsive 2013-05-07 21:54:11 +01:00
Oliver Gorwits
52ab7d1266 add drop-down control for the topo form fields 2013-05-07 21:47:05 +01:00
Oliver Gorwits
5744b6845f complete the topology editor (add/delete) 2013-05-07 21:25:30 +01:00
Oliver Gorwits
11d55e0129 Manual Device Topology
Needed to add the 'autocomplete' jQuery UI component because
it can do minLength=0 properly. Used the smoothness UI theme.

Added typeahead AJAX calls to support the topology searching.

Added new plugin and template for the topology editing page.
2013-05-07 00:56:19 +01:00
Oliver Gorwits
bf7a419d08 add a little colour to lone tab titles 2013-05-06 22:16:24 +01:00
Oliver Gorwits
9690a31f19 complete Manage Pseudo Devices 2013-05-06 22:03:17 +01:00
Oliver Gorwits
024f4d9a83 use bootstrap font colour instead of css 2013-05-06 00:49:47 +01:00
Oliver Gorwits
f75f1e5cbf add frontend update/del forms, and display port count 2013-05-06 00:45:18 +01:00
Oliver Gorwits
f0899e16b3 add frontend pseudo device add form 2013-05-05 23:53:20 +01:00
Oliver Gorwits
3271c01931 complete the code for admin tasks page loading 2013-05-05 21:45:38 +01:00
Oliver Gorwits
d9a6a1882a User icon color indicates port_control/admin ability 2013-05-05 13:05:18 +01:00
Oliver Gorwits
2cdcb9db7e add support for admin tasks as plugins 2013-04-29 23:34:27 +01:00
Oliver Gorwits
2780b72e49 muted help text in sidebar 2013-04-27 15:38:05 +01:00
Oliver Gorwits
8eee83e12a Phone node icon is a little phone handset 2013-04-24 22:29:37 +01:00
Oliver Gorwits
8dca426e92 select MAC Address display format on Node and Device Port search 2013-04-24 22:18:04 +01:00
Oliver Gorwits
0c20d4191f fix bug dupe id in Partial Name checks 2013-04-23 23:03:02 +01:00
Oliver Gorwits
7940e1aeda fix for form_inputs not being defined 2013-04-23 22:49:00 +01:00
Oliver Gorwits
9663fb5f2a refactor for shared green highlighting in port and search 2013-04-23 22:34:29 +01:00
Oliver Gorwits
5a18bf68e3 another hack for odd tooltip behaviour 2013-04-22 23:03:14 +01:00
Oliver Gorwits
f1b27c2a83 hack for odd z-order of tips with navbar (boostrap bug?) 2013-04-22 22:44:13 +01:00
Oliver Gorwits
e77affd7a1 fix for jQuery 1.9 change in attr() handling 2013-04-22 22:24:34 +01:00
Oliver Gorwits
65d01be38c Squashed commit of the following:
commit b054119d9c
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 17 14:29:58 2013 +0000

    hide Reports menu if there are no reports

commit d86e670600
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 17 14:23:59 2013 +0000

    add Report docs for developers

commit ee8351eb30
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 17 14:06:39 2013 +0000

    split Plugin docs into user and developer pages

commit 5e4b8f3063
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 17 12:59:47 2013 +0000

    add duplex report into default config

commit 8fd622f50c
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 17 12:56:51 2013 +0000

    update query for duplex mismatch to check left and right are both not DOWN

commit 6d9170598c
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Mon Mar 11 23:10:38 2013 +0000

    use the new duplex mismatch query in a template

commit 786977354b
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Mon Mar 11 22:54:21 2013 +0000

    add VIEW for duplex mismatches

commit f37ae8568e
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Mon Mar 11 22:54:01 2013 +0000

    remove unecessary assign

commit 13af853582
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 10 23:40:53 2013 +0000

    fixes to main app to support reports

commit 55a0f3d8dc
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 10 22:18:48 2013 +0000

    also update fontawesome to match bootstrap version

commit 83a2c74242
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 10 22:07:23 2013 +0000

    update bootstrap again, to include glyphicons with correct path

commit 25be8bfa92
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 10 19:27:37 2013 +0000

    implement first report - duplex mismatch - as a placeholder only

commit 00265a9323
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 10 18:41:40 2013 +0000

    report error on failure to load a plugin

commit af8f124bb2
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 10 18:37:19 2013 +0000

    change id for tag in device and search tab plugins

commit b818d4156f
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 10 18:29:57 2013 +0000

    change id for tag in navbar plugins

commit f513000f08
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 10 17:21:23 2013 +0000

    implement register_report() and replace More menu with Reports menu

commit 4a16e3fde3
Author: Oliver Gorwits <oliver@cpan.org>
Date:   Sun Mar 10 17:00:44 2013 +0000

    Upgraded to Twitter Bootstrap 2.3.1 - customized for 13px font 18px line
2013-03-17 14:37:21 +00:00
Oliver Gorwits
877f035ffd prevent duplicate requests caused by favicon.ico 2013-03-04 23:00:24 +00:00
Oliver Gorwits
8e9466b64f URI and HTML escape template variables 2013-03-02 18:48:19 +00:00
Oliver Gorwits
043eef9d4d clarify Device or Node data in Node Search 2013-03-02 16:04:22 +00:00
Oliver Gorwits
26c5014479 Partial Match option when searching on device port name 2013-03-02 15:25:01 +00:00
Oliver Gorwits
a94b5a913d avoid use of DNS when looking up devices in DB by IP 2013-02-24 23:15:49 +00:00
Oliver Gorwits
992086084b typeahead in device search now works for interface aliases 2013-02-17 11:34:32 +00:00
Oliver Gorwits
05725073e1 device names do not have domain_suffix trimmed, but nodes do 2013-02-10 15:40:33 +00:00
Oliver Gorwits
4d832cb2a5 When linking to devices, use the DNS name in preference to the IP 2013-02-10 15:31:55 +00:00