Skip to content

Commit 2bcf02b

Browse files
committed
Event/Job UI: Tweak height of workflow map preview.
1 parent 76eea07 commit 2bcf02b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

htdocs/js/pages/Events.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ Page.Events = class Events extends Page.PageUtils {
827827
if (event.workflow) {
828828
html += '<div class="box">';
829829
html += '<div class="box_content">';
830-
html += '<div class="wf_container preview" id="d_wf_container" style="height:40vh; min-height:400px;">';
830+
html += '<div class="wf_container preview" id="d_wf_container" style="height:50vh; min-height:400px;">';
831831

832832
html += `<div class="wf_grid_header">
833833
<div class="wf_title left"><i class="mdi mdi-clipboard-flow-outline">&nbsp;</i>Workflow Map</div>

htdocs/js/pages/Job.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Page.Job = class Job extends Page.PageUtils {
321321
if (is_workflow) {
322322
html += '<div class="box">';
323323
html += '<div class="box_content">';
324-
html += '<div class="wf_container job_preview" id="d_wf_container" style="height:40vh; min-height:400px;">';
324+
html += '<div class="wf_container job_preview" id="d_wf_container" style="height:50vh; min-height:400px;">';
325325

326326
html += `<div class="wf_grid_header">
327327
<div class="wf_title left"><i class="mdi mdi-clipboard-play-outline">&nbsp;</i>Workflow Run</div>

0 commit comments

Comments
 (0)