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
3c2b23cccb
open-consul
/
ui-v2
/
app
/
components
/
radio-card
/
index.js
6 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
ui: Read-only CRD/Centralized Config Intentions (#8659)
2020-09-18 10:14:06 +00:00
import
Component
from
'@ember/component'
;
ui: Centralized Config Intention Permission CRUD (#8762)
2020-09-30 11:33:01 +00:00
export
default
Component
.
extend
(
{
ui: Read-only CRD/Centralized Config Intentions (#8659)
2020-09-18 10:14:06 +00:00
tagName
:
''
,
}
)
;