From 753977c44779a838ec978326062a0e8739cf5ada Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Sun, 30 Mar 2025 14:00:20 +0100 Subject: [PATCH 001/116] Init --- .../buildmonitor/BuildMonitorView/index.jelly | 29 +++- .../BuildMonitorView/main-settings.jelly | 110 +++++++++------ .../src/main/webapp/less/base/index.less | 3 +- .../src/main/webapp/less/base/theme.less | 32 +++++ .../src/main/webapp/less/index.less | 1 - .../main/webapp/less/layout/dashboard.less | 17 +-- .../src/main/webapp/less/layout/widgets.less | 2 +- .../src/main/webapp/less/module/footer.less | 3 +- .../src/main/webapp/less/theme/index.less | 1 - .../main/webapp/less/theme/industrial.less | 3 - .../src/main/webapp/themes/industrial.css | 125 ++++-------------- .../webapp/themes/industrial/background.png | Bin 310 -> 0 bytes .../main/webapp/themes/industrial/glyphs.png | Bin 4404 -> 0 bytes .../webapp/themes/industrial/jenkins-logo.png | Bin 34422 -> 0 bytes 14 files changed, 162 insertions(+), 164 deletions(-) create mode 100644 build-monitor-plugin/src/main/webapp/less/base/theme.less delete mode 100644 build-monitor-plugin/src/main/webapp/less/theme/index.less delete mode 100644 build-monitor-plugin/src/main/webapp/less/theme/industrial.less delete mode 100644 build-monitor-plugin/src/main/webapp/themes/industrial/background.png delete mode 100644 build-monitor-plugin/src/main/webapp/themes/industrial/glyphs.png delete mode 100644 build-monitor-plugin/src/main/webapp/themes/industrial/jenkins-logo.png diff --git a/build-monitor-plugin/src/main/resources/com/smartcodeltd/jenkinsci/plugins/buildmonitor/BuildMonitorView/index.jelly b/build-monitor-plugin/src/main/resources/com/smartcodeltd/jenkinsci/plugins/buildmonitor/BuildMonitorView/index.jelly index 778e0630c..7da458073 100644 --- a/build-monitor-plugin/src/main/resources/com/smartcodeltd/jenkinsci/plugins/buildmonitor/BuildMonitorView/index.jelly +++ b/build-monitor-plugin/src/main/resources/com/smartcodeltd/jenkinsci/plugins/buildmonitor/BuildMonitorView/index.jelly @@ -38,7 +38,9 @@ - + + + @@ -63,12 +65,27 @@ data-display-name="${it.displayName}" data-ng-class="{ 'colour-blind-mode': settings.colourBlind == 1, 'reduce-motion-mode': settings.reduceMotion == 1 }"> -
- Jenkins -

${it.title}

- +
+
+ + +
+ +
+ +
+ - - + + +