From 8fc24f4ea821fa391a405a32dce1722013a0878e Mon Sep 17 00:00:00 2001 From: lauren Vuchetich Date: Thu, 12 May 2016 15:07:33 -0700 Subject: [PATCH] edit proj, vmcons, volrow (#650) * edit proj, vmcons, volrow viewEditProject swarm and storage stack section and edit proj stack section sortable th labels schedrow, schema, sidekick info pg header env, proj row, reg row schema dupe * yaml deletions * typo --- app/components/k8s/service-ports/template.hbs | 4 +- .../page-header-environment/template.hbs | 2 +- app/components/project-row/template.hbs | 2 +- app/components/registry-row/template.hbs | 4 +- .../scheduling-rule-row/template.hbs | 6 +- .../schema/input-boolean/template.hbs | 6 +- app/components/schema/input-enum/template.hbs | 4 +- .../sidekick-addtl-info/template.hbs | 22 ++-- app/components/stack-section/template.hbs | 26 ++-- .../storagepool-section/template.hbs | 20 ++-- .../svg-service-container/template.hbs | 2 +- .../swarm/container-section/template.hbs | 8 +- app/components/swarm/project-row/template.hbs | 2 +- app/components/swarm/service-row/template.hbs | 2 +- .../swarm/service-section/template.hbs | 10 +- app/components/view-edit-project/template.hbs | 21 ++-- app/components/vm-console/template.hbs | 10 +- app/components/volume-row/template.hbs | 4 +- translations/en-us.yaml | 112 +++++++++++++++++- 19 files changed, 187 insertions(+), 80 deletions(-) diff --git a/app/components/k8s/service-ports/template.hbs b/app/components/k8s/service-ports/template.hbs index 241158800..d232a019d 100644 --- a/app/components/k8s/service-ports/template.hbs +++ b/app/components/k8s/service-ports/template.hbs @@ -2,11 +2,11 @@ {{#if model.length}} - {{sortable-th sortable=this action="changeSort" name="name"}} + {{sortable-th sortable=this action="changeSort" name="name" label="generic.name"}} {{sortable-th sortable=this action="changeSort" name="port" label="Port"}} {{sortable-th sortable=this action="changeSort" name="targetPort" label="Container Port"}} {{sortable-th sortable=this action="changeSort" name="nodepPort" label="Node Port"}} - {{sortable-th sortable=this action="changeSort" name="protocol"}} + {{sortable-th sortable=this action="changeSort" name="protocol" label="Protocol"}} {{/if}} diff --git a/app/components/page-header-environment/template.hbs b/app/components/page-header-environment/template.hbs index 8c2d06709..20b2de8f2 100644 --- a/app/components/page-header-environment/template.hbs +++ b/app/components/page-header-environment/template.hbs @@ -56,7 +56,7 @@