-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enrich GUI #264
Enrich GUI #264
Conversation
c99f75e
to
9324cad
Compare
Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
@YujiOshima |
Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
9324cad
to
fb3a6e6
Compare
@richardsliu Thank you! I updated PTAL. |
/assign @richardsliu |
Signed-off-by: YujiOshima <yuji.oshima0x3fd@gmail.com>
cmd/ui/template/studyjobgen.html
Outdated
<div> | ||
<label for="selOptType">OptimizationType</label> | ||
<select class="form-control form-control-sm" name="selOptType" ID="selOptType" v-model="OptType" style="min-width: 100px;"> | ||
<option value="maximize">Maxmize</option> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: Maximize
cmd/ui/template/studyjobgen.html
Outdated
<div class="alert alert-dism buttonissible alert-success" v-if="created"> | ||
<button type="button" class="close" data-dismiss="alert">×</button> | ||
<h4 class="alert-heading">Created successfully!</h4> | ||
<p class="mb-0">Sutudyjob {{`{{StudyName}}`}} has created successfully.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StudyJob
/retest |
@richardsliu Thank you for your comments. Fixed. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: richardsliu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cc @richardsliu
This change is