Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomomdahan committed Oct 23, 2024
1 parent d74f129 commit 317e0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Behaviour.specify(".progress-console-onclick", 'progress-bar-click', 0, function
progressBarElement.addEventListener('click', () => {
buildPipeline.fillDialog(href, title);
});
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{{#unless project.disabled}}
<div class="status-bar" id="status-bar-{{id}}">
{{#if build.isBuilding}}
<span class="fill-dialog-data-container" data-fill-dialog-href="${app.rootUrl}{{build.url}}console" data-fill-dialog-title="Console output for {{project.name}} #{{build.number}}" style="display:none"/>
<span class="fill-dialog-data-container" data-fill-dialog-href="${app.rootUrl}{{build.url}}console" data-fill-dialog-title="Console output for {{project.name}} #{{build.number}}" style="display:none"/>
<div class="progress-console-onclick">
<table class="progress-bar" align="center">
<tbody>
Expand Down

0 comments on commit 317e0fa

Please sign in to comment.