This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-consul
Watch
2
Star
0
Fork
You've already forked open-consul
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
39439d07bd
open-consul
/
ui
/
packages
/
consul-ui
/
app
/
search
/
predicates
/
peer.js
5 lines
70 B
JavaScript
Raw
Normal View
History
Unescape
Escape
ui: Add peer searching and sorting (#13634) * ui: Add peer searching and sorting Initial name search and sort only, more to come here * Remove old peerings::search component * Use @model peers * ui: Peer listing with dc/ns/partition/name based unique IDs and polling deletion (#13648) * ui: Add peer repo with listing datasource * ui: Use data-loader component to use the data-source * ui: Remove ember-data REST things and Route.model hook * 10 second not 1 second poll * Fill out Datacenter and Partition * route > routeName * Faker randomised mocks for peering endpoint * ui: Adds initial peer detail page plus address tab (#13651)
2022-07-04 10:31:58 +00:00
export
default
{
Name
:
item
=>
item
.
Name
,
ui: Allow searching for peerings by ID (#13837)
2022-07-21 16:38:57 +00:00
ID
:
item
=>
item
.
ID
,
ui: Add peer searching and sorting (#13634) * ui: Add peer searching and sorting Initial name search and sort only, more to come here * Remove old peerings::search component * Use @model peers * ui: Peer listing with dc/ns/partition/name based unique IDs and polling deletion (#13648) * ui: Add peer repo with listing datasource * ui: Use data-loader component to use the data-source * ui: Remove ember-data REST things and Route.model hook * 10 second not 1 second poll * Fill out Datacenter and Partition * route > routeName * Faker randomised mocks for peering endpoint * ui: Adds initial peer detail page plus address tab (#13651)
2022-07-04 10:31:58 +00:00
}
;