This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new 578ff51 SUBMARINE-969. Fix the bug in experiment page
578ff51 is described below
commit 578ff512c5de29031e85a33623ba7a2a712171c3
Author: Lisa <[email protected]>
AuthorDate: Fri Aug 13 11:57:25 2021 +0800
SUBMARINE-969. Fix the bug in experiment page
### What is this PR for?
Fix the bug in the experiment page
### What type of PR is it?
[Bug Fix]
### Todos
* [ ] - Task
### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-969
### How should this be tested?
### Screenshots (if appropriate)
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: Lisa <[email protected]>
Signed-off-by: Kevin <[email protected]>
Closes #713 from aeioulisa/SUBMARINE-969 and squashes the following commits:
020117ea [Lisa] update experiment-info.component.html
---
.../workbench/experiment/experiment-info/experiment-info.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/submarine-workbench/workbench-web/src/app/pages/workbench/experiment/experiment-info/experiment-info.component.html
b/submarine-workbench/workbench-web/src/app/pages/workbench/experiment/experiment-info/experiment-info.component.html
index 478017c..147c833 100644
---
a/submarine-workbench/workbench-web/src/app/pages/workbench/experiment/experiment-info/experiment-info.component.html
+++
b/submarine-workbench/workbench-web/src/app/pages/workbench/experiment/experiment-info/experiment-info.component.html
@@ -41,7 +41,7 @@
</thead>
<tbody>
<tr>
- <td>{{ experimentInfo.name }}</td>
+ <td>{{ experimentInfo.spec.meta.name }}</td>
<td>{{ experimentInfo.experimentId }}</td>
<td>{{ experimentInfo.createdTime | date: 'M/d/yyyy, h:mm a' }}</td>
<td>{{ experimentInfo.runningTime | date: 'M/d/yyyy, h:mm a' }}</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]