We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f94c71 commit 3ec703fCopy full SHA for 3ec703f
static/js/index.js
@@ -87,7 +87,7 @@ function updateBuildsTable(status_json) {
87
row_num += 1;
88
});
89
90
- let table_html = `<table class="table table-hover table-light">
+ let table_html = `<table class="table table-hover table-light shadow">
91
<thead class="table-dark">
92
<th scope="col" style="width: 5%">Status</th>
93
<th scope="col" style="width: 5%">Age (hr:min)</th>
0 commit comments