Parcourir la source

Add shadow to build summary table

Shiv Tyagi il y a 3 ans
Parent
commit
3ec703f196
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>