mirror of https://github.com/rancher/ui.git
14 lines
327 B
Handlebars
14 lines
327 B
Handlebars
{{#accordion-list-item
|
|
title=(t "formNodeTaints.title")
|
|
detail=(t "formNodeTaints.detail")
|
|
expandAll=expandAll
|
|
expand=(action expandFn)
|
|
expandOnInit=expandOnInit
|
|
}}
|
|
{{node-taints
|
|
isNode=isNode
|
|
nodeTemplateTaints=nodeTemplateTaints
|
|
model=model
|
|
setTaints=setTaints
|
|
}}
|
|
{{/accordion-list-item}} |