Skip to content

Commit

Permalink
improve pipelines dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Jan 7, 2025
1 parent 36bd5e0 commit 964e54f
Show file tree
Hide file tree
Showing 12 changed files with 248 additions and 63 deletions.
50 changes: 50 additions & 0 deletions client/public/img/icons/hexagon1-empty-bold-tp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions client/public/img/icons/hexagon1-empty-bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions client/public/img/icons/hexagon1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions client/public/img/icons/hexagon3-empty-bold-tp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions client/public/img/icons/hexagon3-empty-bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions client/public/img/icons/hexagon3-empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions client/public/img/icons/hexagon3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/src/components/apps/detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default defineComponent({
tab: null,
breadcrumbItems: [
{
title: 'dashboard.-',
title: 'Dashboard.Pipelines',
disabled: false,
to: { name: 'Pipelines', params: {}}
},
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/pipelines/detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default defineComponent({
data () {return {
breadcrumbItems: [
{
title: 'Dashboard.-',
title: 'Dashboard.Pipelines',
disabled: false,
to: { name: 'Pipelines', params: {}}
},
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/pipelines/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ export default defineComponent({
return {
breadcrumbItems: [
{
title: 'dashboard.-',
title: 'Dashboard.Pipelines',
disabled: false,
to: { name: 'Pipelines', params: {}}
},
Expand Down
Loading

0 comments on commit 964e54f

Please sign in to comment.