]> git.proxmox.com Git - pve-installer.git/commitdiff
html common: cleanup IP config template
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 8 Nov 2020 17:37:09 +0000 (18:37 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 8 Nov 2020 17:44:10 +0000 (18:44 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
html-common/ipconf.htm

index a33a60088f85f8153b0c1fc5f339ab08033fdb96..e1d05315a0d32a04a3733044ed48fa709a5216cf 100644 (file)
@@ -6,59 +6,54 @@
 <body>
 <center>
 <table border="0" width="800">
-<tr><td>&nbsp;</td></tr>
-<tr>
-  <td colspan="4" align="center" width="800">
-    <b class="htext">Management Network Configuration</b>
-  </td>
-</tr>
-<tr>
+  <tr><td>&nbsp;</td></tr>
+  <tr>
+    <td colspan="4" align="center" width="800">
+      <b class="htext">Management Network Configuration</b>
+    </td>
+  </tr>
+  <tr>
     <td colspan="2" valign="top" width="400"><br><p>
     <table>
-      <tbody><tr><td><b>Please verify</b>
-       the displayed network configuration.  You will need a valid network
-       configuration to access the management interface after installation.
-       <br><br>
-       Afterwards press the Next button. You will be shown a list of the options
-       that you chose during the previous steps.
-      </td></tr>
-    </tbody></table>
+      <tbody>
+        <tr><td><b>Please verify</b> the displayed network configuration. You
+        will need a valid network configuration to access the management
+        interface after installation.<br><br>
+        Afterwards press the Next button. You will be shown a list of the
+        options that you chose during the previous steps.
+        </td></tr>
+      </tbody>
+    </table>
   </p></td>
 
   <td colspan="2" valign="top" width="400"><br><p>
     <table border="0" width="400">
       <tbody><tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>IP address:</b>
-         Set the IP address for your server.
-         <br><br>
-       </td>
-      </tr>
-      <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Netmask:</b>
-         Set the netmask of your network.
-         <br><br>
-       </td>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>IP address (CIDR):</b> Set the main IP address and
+        netmask for your server in CIDR notation.<br><br>
+        </td>
       </tr>
       <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>Gateway:</b>
-         IP address of your gateway or firewall.
-         <br><br>
-       </td>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>Netmask:</b> Set the netmask of your network.
+          <br><br>
+        </td>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>Gateway:</b> IP address of your gateway or firewall.
+          <br><br>
+        </td>
       </tr>
       <tr>
-       <td valign="top" width="30"><img src="plus.png"></td>
-       <td valign="top"><b>DNS Server:</b>
-         IP address of your DNS server.
-         <br><br>
-       </td>
+        <td valign="top" width="30"><img src="plus.png"></td>
+        <td valign="top"><b>DNS Server:</b> IP address of your DNS server.
+          <br><br>
+        </td>
       </tr>
     </tbody></table>
     </p>
   </td>
 </tr>
-</tbody></table>
+</table>
 </center>
 </body></html>