v1.3.0 Merge #3
@ -2,7 +2,7 @@
|
||||
* Developed by Skylar Grant for MCCS ITS
|
||||
*/
|
||||
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
|
||||
// #############################################################
|
||||
|
||||
@ -182,7 +182,7 @@
|
||||
<!-- Title -->
|
||||
<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>
|
||||
<p class="dark:text-gray-300 text-center mb-4">Please provide feedback on these checklists to Skylar Grant.</p>
|
||||
<!-- Hostname or Username Field -->
|
||||
<div class="mb-4">
|
||||
<label for="imagingClistName" class="dark:text-gray-300 block text-md font-medium text-gray-700">Hostname or Username:</label>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user