Skip to content

Commit 3ec703f

Browse files
shiv-tyagipeterbarker
authored andcommitted
Add shadow to build summary table
1 parent 2f94c71 commit 3ec703f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function updateBuildsTable(status_json) {
8787
row_num += 1;
8888
});
8989

90-
let table_html = `<table class="table table-hover table-light">
90+
let table_html = `<table class="table table-hover table-light shadow">
9191
<thead class="table-dark">
9292
<th scope="col" style="width: 5%">Status</th>
9393
<th scope="col" style="width: 5%">Age (hr:min)</th>

0 commit comments

Comments
 (0)