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
9ccb340893
open-consul
/
ui
/
packages
/
consul-ui
/
app
/
routes
/
dc
/
intentions
/
create.js
6 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
ui: New Intention Form/List components (#8172)
2020-07-09 09:08:47 +00:00
import
Route
from
'./edit'
;
WIP: First draft intentions 1. Listing, filtering by action and searching by source name and destination name 2. Edit/Create page, edits ping the API double fine, need to work through creates and deletes 3. Currently uses a `Precedence` intention keyname that doesn't yet exist in the real API
2018-05-22 15:03:45 +00:00
ui: New Intention Form/List components (#8172)
2020-07-09 09:08:47 +00:00
export
default
Route
.
extend
(
{
WIP: First draft intentions 1. Listing, filtering by action and searching by source name and destination name 2. Edit/Create page, edits ping the API double fine, need to work through creates and deletes 3. Currently uses a `Precedence` intention keyname that doesn't yet exist in the real API
2018-05-22 15:03:45 +00:00
templateName
:
'dc/intentions/edit'
,
}
)
;