mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
Add imported and exported routes for peers.edit
This commit is contained in:
parent
a6e4239e7d
commit
552af5a428
@ -0,0 +1,3 @@
|
|||||||
|
<Route @name={{routeName}} as |route|>
|
||||||
|
<div>This is exported services</div>
|
||||||
|
</Route>
|
@ -0,0 +1,3 @@
|
|||||||
|
<Route @name={{routeName}} as |route|>
|
||||||
|
<div>This is imported services</div>
|
||||||
|
</Route>
|
@ -26,6 +26,16 @@
|
|||||||
_options: {
|
_options: {
|
||||||
path: "/:name",
|
path: "/:name",
|
||||||
},
|
},
|
||||||
|
imported: {
|
||||||
|
_options: {
|
||||||
|
path: "/imported-services",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
exported: {
|
||||||
|
_options: {
|
||||||
|
path: "/exported-services",
|
||||||
|
},
|
||||||
|
},
|
||||||
addresses: {
|
addresses: {
|
||||||
_options: {
|
_options: {
|
||||||
path: "/addresses",
|
path: "/addresses",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user