mirror of https://github.com/rancher/ui.git
Support annotations and labels for project
This commit is contained in:
parent
11b4e49955
commit
2d6b6c9571
|
|
@ -90,6 +90,15 @@
|
|||
changed=(action "updateContainerDefault")
|
||||
}}
|
||||
{{/accordion-list-item}}
|
||||
|
||||
{{form-labels-annotations
|
||||
classNames="accordion-wrapper"
|
||||
detailKey="projectsPage.annotationsDetail"
|
||||
expandAll=al.expandAll
|
||||
expandFn=expandFn
|
||||
initialLabels=primaryResource.labels
|
||||
model=primaryResource
|
||||
}}
|
||||
</div>
|
||||
{{/accordion-list}}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -829,6 +829,7 @@ projectsListNamespacePage:
|
|||
current: In this project
|
||||
|
||||
projectsPage:
|
||||
annotationsDetail: Configure labels and annotations for the project.
|
||||
header: Projects/Namespaces
|
||||
headerNS: Namespaces
|
||||
addProject: Add Project
|
||||
|
|
|
|||
Loading…
Reference in New Issue