소스 검색

Merge branch 'refactor-ui'

Kristan Kenney 5 년 전
부모
커밋
ff6ec81793
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      install/deb/themes/dark.css
  2. 1 1
      web/templates/admin/list_rrd.html

+ 4 - 0
install/deb/themes/dark.css

@@ -1464,6 +1464,10 @@ form#vstobjects.suspended {
   color: #cacaca !important; 
   color: #cacaca !important; 
 }
 }
 
 
+.graph-rounded {
+  border-radius: 8px;
+}
+
 .body-rrd .units .l-unit {
 .body-rrd .units .l-unit {
   background-color: #282828 !important;
   background-color: #282828 !important;
   border-left: 1px solid transparent !important;
   border-left: 1px solid transparent !important;

+ 1 - 1
web/templates/admin/list_rrd.html

@@ -56,7 +56,7 @@
           </div>
           </div>
 
 
          <div>
          <div>
-          <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>
+          <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>
          </div>
          </div>
 
 
         </div>
         </div>