diff --git a/app/admin-tab/ha/template.hbs b/app/admin-tab/ha/template.hbs index 1cb524b4d..43a677a7c 100644 --- a/app/admin-tab/ha/template.hbs +++ b/app/admin-tab/ha/template.hbs @@ -27,9 +27,9 @@
{{cert.cert}}
+ {{cert.certChain}}
{{else}}
Waiting for a host...
{{/if}}
diff --git a/app/application/controller.js b/app/application/controller.js
index 5c7dc3c34..3d6664460 100644
--- a/app/application/controller.js
+++ b/app/application/controller.js
@@ -34,22 +34,23 @@ export default Ember.Controller.extend({
confirmDeleteResources : null,
originalModel : null,
- showAbout : null,
editAccount : null,
- editApikey : null,
- editProject : null,
- editContainer : null,
- editHost : null,
- editService : null,
- editExternalService : null,
editAliasService : null,
+ editApikey : null,
+ editCertificate : null,
+ editContainer : null,
+ editExternalService : null,
+ editHost : null,
editLoadBalancerService : null,
+ editProject : null,
editRegistry : null,
- showShell : null,
- showConsole : null,
- showContainerLogs : null,
+ editService : null,
openProcessesError : null,
+ showAbout : null,
showAuditLogResponses : null,
showConfirmDeactivate : null,
+ showConsole : null,
+ showContainerLogs : null,
showNewDriver : null,
+ showShell : null,
});
diff --git a/app/certificates/new/template.hbs b/app/certificates/new/template.hbs
index d345fe7da..744adc169 100644
--- a/app/certificates/new/template.hbs
+++ b/app/certificates/new/template.hbs
@@ -14,33 +14,30 @@
descriptionPlaceholder="e.g. EV cert for mydomain.com"
}}
-