We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674ff42 commit aa650b5Copy full SHA for aa650b5
frontend/src/app/components/server/server-details-form/server-details-form.js
@@ -158,7 +158,7 @@ class ServerDetailsFormViewModel extends BaseViewModel {
158
);
159
160
const serverName = ko.pureComputed(
161
- () => this.server().hostname + this.server().secret
+ () => `${this.server().hostname}-${this.server().secret}`
162
163
164
const locationTag = ko.pureComputed(
0 commit comments