소스 검색

Add shadow to build summary table

Shiv Tyagi 3 년 전
부모
커밋
3ec703f196
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      static/js/index.js

+ 1 - 1
static/js/index.js

@@ -87,7 +87,7 @@ function updateBuildsTable(status_json) {
         row_num += 1;
     });
 
-    let table_html =    `<table class="table table-hover table-light">
+    let table_html =    `<table class="table table-hover table-light shadow">
                             <thead class="table-dark">
                                 <th scope="col" style="width: 5%">Status</th>
                                 <th scope="col" style="width: 5%">Age (hr:min)</th>