fixup table
authorTom Powell <tom@powell.io>
Mon, 29 Oct 2018 00:57:36 +0000 (17:57 -0700)
committerTom Powell <tom@powell.io>
Mon, 29 Oct 2018 00:57:36 +0000 (17:57 -0700)
ui/templates/index.html

index 431181657c1ae9e0ce4e2c6937e3720837260fee..f895e78f3dd8f220c7f28b8cdb63c32afa0f7d74 100644 (file)
@@ -3,6 +3,22 @@
     <head>
         <meta charset="UTF-8">
         <title>LineageOS Builds</title>
+        <style>
+            table {
+                border: solid 1px #167c80;
+                border-collapse: collapse;
+                border-spacing: 0;
+            }
+            table th {
+                background-color: #167c80;
+                color: white;
+                padding: 10px;
+                text-align: left;
+            }
+            table td {
+                padding: 10px;
+            }
+        </style>
     </head>
     <body>
         <table>
@@ -17,7 +33,7 @@
             </tr>
             {% for build in builds %}
             <tr>
-                <td><a href="https://gitlab.com/LineageOS/builder/lineage_builder/pipelines/{{build.build_id}}">{{build.build_id}}</a></td>
+                <td><a href="https://gitlab.com/LineageOS/builder/android/pipelines/{{build.build_id}}">{{build.build_id}}</a></td>
                 <td>{{build.build_status}}</td>
                 <td>{{build.build_device}}</td>
                 <td>{{build.build_version}}</td>