Skip to content

Commit

Permalink
Set default to hel
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsoft committed Nov 20, 2023
1 parent 5ed3046 commit ce8a41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/hosting/views/wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const creationView = () => creationState.$loading.map(loading => {
Page(<ServerCreate>{
name: "",
type: creationState.type,
location: "bbn-fsn",
location: "bbn-hel",
limits: {
memory: state.meta.limits.memory - state.meta.used.memory,
disk: state.meta.limits.disk - state.meta.used.disk,
Expand Down

0 comments on commit ce8a41a

Please sign in to comment.