Skip to content

Commit

Permalink
feat(Kubernetes):formular is now active
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Nov 25, 2024
1 parent ee87374 commit 55508ba
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 617 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@ <h5 class="col-md-12 form-control-label">Resources</h5>
resources after the approval of the project.</strong
>
<hr />
You will have default access to all flavors in the standard category.<br />
However, your selection will determine how many machines, how many cores and how much RAM will be
available for your project.
<hr />
Please fill in an appropriate estimation of the resources required for your project.
<br /><strong>Please Consider:</strong> In terms of flavors, there may be slight, location-dependent
differences in the number of VCPUs and the amount of RAM per VM, depending on the data centre
Expand All @@ -359,11 +363,7 @@ <h5 class="col-md-12 form-control-label">Resources</h5>
}"
></i>
</div>
<div *ngIf="isFirst" class="alert alert-primary">
You will have default access to all flavors in the standard category.<br />
However, your selection will determine how many machines, how many cores and how much RAM will be
available for your project.
</div>

<div *ngFor="let f of flavorList; let i = index">
<div *ngIf="f.type.shortcut === t.shortcut && f.simple_vm" class="form-group row">
<label class="col-md-4 form-control-label" for="{{ f.name }}"
Expand Down
Loading

0 comments on commit 55508ba

Please sign in to comment.