Add disclaimer to checklists

This commit is contained in:
Skylar Grant 2026-03-26 09:11:53 -04:00
parent 74480a1cc4
commit 4beefa01af

View File

@ -181,6 +181,8 @@
<div class="bg-white dark:bg-gray-800 p-5 rounded-lg shadow-lg"> <div class="bg-white dark:bg-gray-800 p-5 rounded-lg shadow-lg">
<!-- Title --> <!-- Title -->
<h1 class="dark:text-gray-300 text-2xl font-bold text-center mb-4">Asset Management</h1> <h1 class="dark:text-gray-300 text-2xl font-bold text-center mb-4">Asset Management</h1>
<!-- subtitle -->
<p class="dark:text-gray-300 text-center mb-4">These checklists are still under development and are only here as a proof of concept and for feedback/evaluation. Please do not use these checklists yet.</p>
<!-- Hostname or Username Field --> <!-- Hostname or Username Field -->
<div class="mb-4"> <div class="mb-4">
<label for="imagingClistName" class="dark:text-gray-300 block text-md font-medium text-gray-700">Hostname or Username:</label> <label for="imagingClistName" class="dark:text-gray-300 block text-md font-medium text-gray-700">Hostname or Username:</label>