Skip to content

Commit 830ab57

Browse files
authored
Merge pull request #249 from jenkinsci/progress
Restore progress as it is used by autograding
2 parents e8714db + 07d16f4 commit 830ab57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
= Bootstrap 5 Jenkins Plugin
55

66
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/]
7-
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]
7+
image:https://github.com/jenkinsci/bootstrap5-api-plugin/workflows/GitHub%20CI/badge.svg[GitHub Actions, link=https://github.com/jenkinsci/bootstrap5-api-plugin/actions]
88
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]
99

1010
Provides https://getbootstrap.com/[Bootstrap 5] for Jenkins Plugins. Bootstrap is -- according to their self-perception --

etc/bootstrap-custom-build.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ th {
5555
@import "../node_modules/bootstrap/scss/pagination";
5656
@import "../node_modules/bootstrap/scss/badge";
5757
@import "../node_modules/bootstrap/scss/alert";
58+
@import "../node_modules/bootstrap/scss/progress";
5859
@import "../node_modules/bootstrap/scss/list-group";
5960
@import "../node_modules/bootstrap/scss/close";
6061
@import "../node_modules/bootstrap/scss/toasts";

0 commit comments

Comments
 (0)