Matthias Hannig
d9d0925a5e
added actions
2018-07-16 10:52:41 +02:00
Matthias Hannig
8ea08368c0
added dedicated routes reducer
2018-07-16 09:02:15 +02:00
Matthias Hannig
d9653dcf29
added routes reducer and dedicated routes view
2018-07-15 17:52:44 +02:00
Matthias Hannig
71d6a3a907
use relative uptime timestamp
2018-07-14 17:48:27 +02:00
Matthias Hannig
0fbcddf5b7
Merge branch 'develop' of ssh://github.com/alice-lg/alice-lg into develop
2018-07-13 11:02:50 +02:00
Matthias Hannig
d78b401fde
build client using docker
2018-07-13 11:02:32 +02:00
Matthias Hannig
1f85ed91fc
set node env to production
2018-07-11 18:07:54 +02:00
Matthias Hannig
3bbe9cb4ce
Merge branch 'develop' into feature/decix-merge
2018-07-06 15:03:42 +02:00
Matthias Hannig
cf08e435e0
improved responsive behaviour
2018-07-06 15:03:22 +02:00
Matthias Hannig
959e0e903b
updated css
2018-07-06 15:03:03 +02:00
Matthias Hannig
b7cc4d77e5
fixed another case sensitive test
2018-07-06 14:37:24 +02:00
Matthias Hannig
b5646eff96
Merge branch 'develop' into feature/decix-merge
2018-07-06 14:28:39 +02:00
Matthias Hannig
58ed0d624b
fixed case sensitivity in state
2018-07-06 14:28:16 +02:00
Matthias Hannig
e1da732e66
wrapped content, moved links
2018-07-05 17:03:02 +02:00
Matthias Hannig
680f2b0f63
remove double underline
2018-07-05 17:02:32 +02:00
Matthias Hannig
c507939e50
wrong call
2018-07-05 16:39:31 +02:00
Matthias Hannig
52c421d9ab
Merge branch 'develop' into feature/decix-merge
...
* Implemented better AS Path
* Fixes: Link glitch when clicking on BGPAttributesModal Link
2018-07-05 16:32:35 +02:00
Matthias Hannig
dc56d49993
refactored routes table rendering
2018-07-05 16:02:49 +02:00
Matthias Hannig
d87f2bd42b
removed refactoring artifacts
2018-07-05 16:02:31 +02:00
Matthias Hannig
ca3e3df151
render confiugrable neighbours table
2018-07-05 12:31:59 +02:00
Matthias Hannig
e44704b14c
fixed coding style
2018-07-05 10:49:52 +02:00
Matthias Hannig
2299eb2927
routes table header ordering
2018-07-05 10:31:20 +02:00
Matthias Hannig
5765beac99
include routes and neighbours columns in reducer
2018-07-05 10:30:52 +02:00
Matthias Hannig
e7e03d95cb
icon change
2018-07-02 15:33:28 +02:00
Benedikt Rudolph
7bdaea30d7
Remove unnecessary fields from JSON served by API.
...
Resolved merge conflictiun
client/components/routeservers/protocols/index.jsx
used calculations taken from "decix/decix" (HEAD) branch
2018-06-27 18:06:01 +02:00
Benedikt Rudolph
283ebb2a4b
Show modal dialog when clicking on prefix.
2018-06-27 17:22:20 +02:00
Benedikt Rudolph
9ca6c09c27
Change IRRDB links, make export reasons clickable.
2018-06-27 17:20:34 +02:00
Benedikt Rudolph
d57fdf0219
Add ASN links to IRRExplorer.
...
Each ASN in AS-Path links to a different URL.
2018-06-27 17:18:58 +02:00
Benedikt Rudolph
7d79060b09
Add Link to IRRExplorer for prefixes.
2018-06-27 17:18:03 +02:00
Johannes Moos
ce64856104
Change some GUI text
2018-06-27 17:15:11 +02:00
Benedikt Rudolph
3038735921
Remove extra attributes in RoutesLink.
...
Forgot to clean them up while reverting the nexthop feature in routes view.
2018-06-27 17:13:41 +02:00
Benedikt Rudolph
add2fabc05
Add column for exported routes in NeighboursTable.
2018-06-27 17:09:45 +02:00
Johannes Moos
4264bfb800
Change search box hint string on splash page
2018-06-27 17:00:48 +02:00
Johannes Moos
48593d6554
Change search box hint string in routes view
2018-06-27 16:58:13 +02:00
Benedikt Rudolph
fa5599bef1
Revert "Add router-selective display on RoutesPage."
...
After addition of an improved Alice-API we no longer need
this workaround to filter data in the frontend.
When a view of all routes of a selected IXP participant
(possibly with multiple routers) is desired this should
become a new page (with assorted API extensions).
This reverts commit 15e728da2c6855a3fad6a22a58dbd6d62456a7cb.
2018-06-27 16:55:43 +02:00
Benedikt Rudolph
3bf00facfa
Refactor route counts on protocols page.
...
Extend API to include filtered routes on pipe protocol. Required, hence in
case of multiple peering routers of one IXP participant we can only assume that
all routers advertise the same prefixes. Obviously, this assumption does not
hold true if the amount of advertised prefixes differs between those routers.
In essence we estimate the number of routers and correct the amount of accepted
prefixes and those filtered on the participant pipe towards the master table.
2018-06-27 16:52:46 +02:00
Benedikt Rudolph
9b387b7d7a
Add suggestions on semantics of received column.
2018-06-27 16:48:24 +02:00
Benedikt Rudolph
a7260aad7e
Remove filter for nextHop in column 'Description'.
2018-06-27 16:47:12 +02:00
Benedikt Rudolph
7902d7c4e8
Add router-selective display on RoutesPage.
...
In case of multiple peering routers of one customer, their
announcements are aggregated in a single per-customer table.
RoutesPage used to display contents of that table irrespectively
of the current router selected in the UI.
Now, when selecting a router in the UI RoutesPage is initialized
with the nextHop IP of that router to display only routes
(filtered, accepted and noexport) from that router.
2018-06-27 16:45:49 +02:00
Benedikt Rudolph
d0ca03fc55
Fix accepted routes display in case of multiple routers.
2018-06-27 16:35:51 +02:00
Benedikt Rudolph
1bf58c61bf
Fix values displayed in client.
...
Remove unnecessary fields from JSON served by API.
2018-06-27 16:28:32 +02:00
Benedikt Rudolph
ae7d0b507e
Modify client to display Routes Accepted in Neighbours view.
2018-06-27 16:25:29 +02:00
Matthias Hannig
a6be2c9915
dynamic content for welcome screen
2018-06-26 17:12:16 +02:00
Matthias Hannig
6d6c41409a
introduced content resolver
2018-06-26 17:09:34 +02:00
Matthias Hannig
1b1a8fe176
added content store and extension endpoint
2018-06-26 16:59:01 +02:00
Matthias Hannig
6f96489325
prepared backend for theming
2018-06-20 12:03:23 +02:00
hellerve
6718f82561
client: fix #7 by making columns truly unique
2017-10-19 13:49:12 +02:00
Matthias Hannig
655ca0be97
hide search if not enabled
2017-07-04 12:43:55 +02:00
Matthias Hannig
62d9da86e5
added prefix lookup enabled to state
2017-07-04 12:37:16 +02:00
Matthias Hannig
25ca82a74a
fixed overlapping requests
2017-07-04 12:07:03 +02:00