Skip to content

Commit

Permalink
Merge pull request #13690 from hellcp-work/bs5-buildlog
Browse files Browse the repository at this point in the history
Fix live build log after bootstrap 5 migration
  • Loading branch information
danidoni committed Jan 13, 2023
2 parents 42f1034 + c6dc431 commit f21a8fe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/api/app/assets/stylesheets/webui/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
@import 'bootstrap_variables/spacers';
@import 'bootstrap_variables/fonts';
@import 'bootstrap_variables/sizes';
@import 'bootstrap_variables/options';
@import 'bootstrap';
@import 'bootstrap-modal';
@import 'font-awesome';
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$enable-smooth-scroll: false;
10 changes: 5 additions & 5 deletions src/api/app/views/webui/package/live_build_log.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
#log-space-wrapper{ data: { url: package_update_build_log_path(package: @package_name, project: @project,
status: @status, arch: @arch, repository: @repo) } }
.d-block.text-center.shadow-sm.position-sticky.w-100#log-info
.running.stop_refresh.py-2.alert-info
.running.stop_refresh.py-2.text-bg-info
%i.fas.fa-spinner.fa-pulse
Running...
.paused.start_refresh.py-2.alert-dark
.paused.start_refresh.py-2.text-bg-dark
%i.far.fa-pause-circle
Paused
.finished.py-2.alert-warning
.finished.py-2.text-bg-warning
Build #{@status}
.succeeded.py-2.alert-success
.succeeded.py-2.text-bg-success
%i.fa.fa-check-circle
Build succeeded
.failed.py-2.alert-danger
.failed.py-2.text-bg-danger
%i.fa.fa-times-circle
Build failed
%pre.p-4.bg-light.text-pre-wrap#log-space
Expand Down

0 comments on commit f21a8fe

Please sign in to comment.