소스 검색

Index adjustments

Antony Messerli 3 년 전
부모
커밋
c97e5a4999
1개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제
  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 %}