v1.3.0 Merge #3

Merged
voidf1sh merged 10 commits from dev into main 2026-03-27 18:22:25 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7297d71d42 - Show all commits

View File

@ -2,7 +2,7 @@
* Developed by Skylar Grant for MCCS ITS * Developed by Skylar Grant for MCCS ITS
*/ */
const version = "1.3.0"; const version = "1.3.0";
const inDevEnv = true; // Set to true for development environment, false for production const inDevEnv = false; // Set to true for development environment, false for production
// ############################################################# // #############################################################
// Variables // Variables
// ############################################################# // #############################################################

View File

@ -182,7 +182,7 @@
<!-- 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 --> <!-- 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> <p class="dark:text-gray-300 text-center mb-4">Please provide feedback on these checklists to Skylar Grant.</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>