File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1464,6 +1464,10 @@ form#vstobjects.suspended {
14641464 color : # cacaca !important ;
14651465}
14661466
1467+ .graph-rounded {
1468+ border-radius : 8px ;
1469+ }
1470+
14671471.body-rrd .units .l-unit {
14681472 background-color : # 282828 !important ;
14691473 border-left : 1px solid transparent !important ;
Original file line number Diff line number Diff line change 5656 </ div >
5757
5858 < div >
59- < a href ="/list/rrd/image.php?/rrd/<?php echo $data[$key]['TYPE']. "/".$period."-".$data[$key]['RRD'].".png"?> " target="_blank"> < img src ="/list/rrd/image.php?/rrd/<?=$data[$key]['TYPE']. "/".$period."-".$data[$key]['RRD'].".png"?> "> </ a >
59+ < a href ="/list/rrd/image.php?/rrd/<?php echo $data[$key]['TYPE']. "/".$period."-".$data[$key]['RRD'].".png"?> " target="_blank"> < img class =" graph-rounded " src ="/list/rrd/image.php?/rrd/<?=$data[$key]['TYPE']. "/".$period."-".$data[$key]['RRD'].".png"?> "> </ a >
6060 </ div >
6161
6262 </ div >
You can’t perform that action at this time.
0 commit comments