diff --git a/front/dashboard.js b/front/dashboard.js index 99b19f9..a7bcf84 100644 --- a/front/dashboard.js +++ b/front/dashboard.js @@ -8,7 +8,7 @@ function Peer(data) { this.isDeleting = ko.observable(false) this.deleteText = ko.computed(() => this.isDeleting()?'Deleting...':'Delete') this.crtHref = ko.computed(() => `/ssl?host=${this.name}&ext=crt`) - this.keyHref = ko.computed(() => '/ssl?host=${this.name}&ext=key') + this.keyHref = ko.computed(() => `/ssl?host=${this.name}&ext=key`) } function PeerList() {