Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 28dbe21

Browse files
ghillertjvalkeal
authored andcommitted
gh-1246 Fix: Grafana icons are missing in Stream, Runtime and Task pages
1 parent bc69177 commit 28dbe21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/scss/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,10 +530,10 @@ em.required {
530530
display: inline-block;
531531
height: 17px;
532532
width: 17px;
533-
background: url("/assets/img/grafana.png") no-repeat 0 0;
533+
background: url("~src/assets/img/grafana.png") no-repeat 0 0;
534534
background-size: 17px 17px;
535535
&.white {
536-
background: url("/assets/img/grafana_white.png") no-repeat 0 0;
536+
background: url("~src/assets/img/grafana_white.png") no-repeat 0 0;
537537
background-size: 17px 17px;
538538
}
539539
}

0 commit comments

Comments
 (0)