Quellcode durchsuchen

Merge pull request #929 from netbootxyz/index_cleanup

Index adjustments
Antony Messerli vor 3 Jahren
Ursprung
Commit
6ddf0ef820
1 geänderte Dateien mit 15 neuen und 15 gelöschten Zeilen
  1. 15 15
      roles/netbootxyz/templates/index.html.j2

+ 15 - 15
roles/netbootxyz/templates/index.html.j2

@@ -39,9 +39,9 @@ exit
   <table style="width:100%">
     <!-- table header -->
     <tr>
-       <th> Type </th>
-       <th> Bootloader </th>
-       <th> Description </th>
+       <th style="width:10%;"> Type </th>
+       <th style="width:20%;"> Bootloader </th>
+       <th style="width:70%;"> Description </th>
     </tr>
     <!-- table rows -->
     {% for item in bootloaders.hybrid %}
@@ -59,9 +59,9 @@ exit
   <table style="width:100%">
     <!-- table header -->
     <tr>
-       <th> Type </th>
-       <th> Bootloader </th>
-       <th> Description </th>
+       <th style="width:10%;"> Type </th>
+       <th style="width:20%;"> Bootloader </th>
+       <th style="width:70%;"> Description </th>
     </tr>
     <!-- table rows -->
     {% for item in bootloaders.legacy %}
@@ -80,9 +80,9 @@ exit
   <table style="width:100%">
     <!-- table header -->
     <tr>
-       <th> Type </th>
-       <th> Bootloader </th>
-       <th> Description </th>
+       <th style="width:10%;"> Type </th>
+       <th style="width:20%;"> Bootloader </th>
+       <th style="width:70%;"> Description </th>
     </tr>
     <!-- table rows -->
     {% for item in bootloaders.uefi %}
@@ -101,9 +101,9 @@ exit
   <table style="width:100%">
     <!-- table header -->
     <tr>
-       <th> Type </th>
-       <th> Bootloader </th>
-       <th> Description </th>
+       <th style="width:10%;"> Type </th>
+       <th style="width:20%;"> Bootloader </th>
+       <th style="width:70%;"> Description </th>
     </tr>
     <!-- table rows -->
     {% for item in bootloaders.arm %}
@@ -122,9 +122,9 @@ exit
   <table style="width:100%">
     <!-- table header -->
     <tr>
-       <th> Type </th>
-       <th> Bootloader </th>
-       <th> Description </th>
+       <th style="width:10%;"> Type </th>
+       <th style="width:20%;"> Bootloader </th>
+       <th style="width:70%;"> Description </th>
     </tr>
     <!-- table rows -->
     {% for item in bootloaders.rpi %}