mirror of
https://github.com/clearml/clearml-web
synced 2025-03-13 07:08:17 +00:00
fixed message not displaying issue
This commit is contained in:
parent
579b6a34ab
commit
8be2ab24b1
@ -12,7 +12,7 @@
|
||||
(nodesChangedInReactFlow)="nodesChangedInReactFlow($event)"
|
||||
(nodeClicked)="nodeSelected($event)"
|
||||
(edgesChangedInReactFlow)="edgesChangedInReactFlow($event)" />
|
||||
<div class="pipeline-empty">
|
||||
<div *ngIf="!selectedPipeline?.flow_display?.nodes?.length" class="pipeline-empty">
|
||||
<i class="icon i-fingers-white mx-auto xxl"></i>
|
||||
<br />
|
||||
<div class="sub-title">
|
||||
|
@ -33,6 +33,10 @@
|
||||
}
|
||||
|
||||
.pipeline-empty {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user