Bläddra i källkod

Index adjustments

Antony Messerli 3 år sedan
förälder
incheckning
c97e5a4999
1 ändrade filer med 15 tillägg och 15 borttagningar
  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 %}