Skip to content

Commit

Permalink
waiting block frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
jedan2506 committed Sep 14, 2023
1 parent e8e8986 commit f1cb488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gui/pages/Content/Agents/ActivityFeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function ActivityFeed({selectedRunId, selectedView, setFetchedDat
{runStatus === 'WAIT_STEP' &&
<div className="history_box padding_20 cursor_default bg_secondary">
<div style={{display: 'flex'}}>
<div className="fs_20 lh_18"></div>
<div className="fs_20 lh_24"></div>
<div className={styles.feed_title}>Waiting Block Initiated. The Agent will wait for {convertWaitingPeriod(waitingPeriod) || null} and continue on {waitingPeriodOver || 'soon'}</div>
</div>
</div>}
Expand Down
1 change: 1 addition & 0 deletions gui/pages/_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,7 @@ p {
.lh_16{line-height: 16px;}
.lh_17{line-height: 17px;}
.lh_18{line-height: 18px;}
.lh_24{line-height: 24px;}

.padding_0{padding: 0;}
.padding_5{padding: 5px;}
Expand Down

0 comments on commit f1cb488

Please sign in to comment.