Skip to content

Commit

Permalink
Merge pull request #249 from jenkinsci/progress
Browse files Browse the repository at this point in the history
Restore progress as it is used by autograding
  • Loading branch information
uhafner authored Oct 19, 2023
2 parents e8714db + 07d16f4 commit 830ab57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
= Bootstrap 5 Jenkins Plugin

image:https://ci.jenkins.io/job/Plugins/job/bootstrap5-api-plugin/job/main/badge/icon?subject=Jenkins%20CI[Jenkins, link=https://ci.jenkins.io/job/Plugins/job/bootstrap5-api-plugin/job/main/]
image:https://github.com/jenkinsci/bootstrap5-api-plugin/workflows/GitHub%20CI/badge.svg?branch=main[GitHub Actions, link=https://github.com/jenkinsci/bootstrap5-api-plugin/actions]
image:https://github.com/jenkinsci/bootstrap5-api-plugin/workflows/GitHub%20CI/badge.svg[GitHub Actions, link=https://github.com/jenkinsci/bootstrap5-api-plugin/actions]
image:https://img.shields.io/github/issues-pr/jenkinsci/bootstrap5-api-plugin.svg[GitHub pull requests, link=https://github.com/jenkinsci/bootstrap5-api-plugin/pulls]

Provides https://getbootstrap.com/[Bootstrap 5] for Jenkins Plugins. Bootstrap is -- according to their self-perception --
Expand Down
1 change: 1 addition & 0 deletions etc/bootstrap-custom-build.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ th {
@import "../node_modules/bootstrap/scss/pagination";
@import "../node_modules/bootstrap/scss/badge";
@import "../node_modules/bootstrap/scss/alert";
@import "../node_modules/bootstrap/scss/progress";
@import "../node_modules/bootstrap/scss/list-group";
@import "../node_modules/bootstrap/scss/close";
@import "../node_modules/bootstrap/scss/toasts";
Expand Down

0 comments on commit 830ab57

Please sign in to comment.