Skip to content

Commit

Permalink
Update project.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet authored Feb 21, 2024
1 parent d8fe44e commit 66403cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manager2/src/app/project/project.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ <h3>Request a new project creation</h3>
<span class="glyphicon glyphicon-question-sign" title="Unique name for the project" tooltip></span>
</label>
<input required placeholder="project name" type="text" maxlength="42" id="new_project_id" [ngModelOptions]="{standalone: true}" [(ngModel)]="new_project.id" class="form-control"/>
<small id="nameHelp" class="form-text text-muted">Avoid generic name, team name, technology name or your name. <b>Please, choose a project name that matches your cluster research project</b>. <i>If you treat several projects, it is quite possible for you to request more project spaces.</i></small>
<small id="nameHelp" class="form-text text-muted">Avoid generic name, team name, technology name or your name. <b>Please, choose a project name that matches your cluster research project</b>. <i>If you work on several projects, you can request more project spaces.</i></small>
</div>

<div class="form-group row col-sm-8">
<label for="new_project_size">Size (GB)</label>
<label for="new_project_size">Total expected project size (GB)</label>
<input placeholder="project size in GB" type="number" id="new_project_size" [value]="default_size" [ngModelOptions]="{standalone: true}" [(ngModel)]="new_project.size" class="form-control"/>
<small id="nameHelp" class="form-text text-muted"><i>Optional, for information only</i></small>
<small id="nameHelp" class="form-text text-muted"><i>Please include the <b>total</b> expected size for this project.</i></small>
</div>

<div class="form-group row col-sm-8">
Expand Down

0 comments on commit 66403cc

Please sign in to comment.