Explorar o código

Add shadow to build summary table

Shiv Tyagi %!s(int64=3) %!d(string=hai) anos
pai
achega
3ec703f196
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>