Added Client Network / Server Rack Documentation to the UI More to come

This commit is contained in:
johnnyq
2024-06-13 17:06:09 -04:00
parent 1efe403422
commit 17feb98ec7
8 changed files with 646 additions and 0 deletions

View File

@@ -283,3 +283,11 @@ $start_page_select_array = array (
'invoices.php' => 'Invoices'
);
$rack_type_select_array = array(
"Open Wall-Mount",
"Enclosed Wall-Mount",
"Open Floor-Standing",
"Enclosed Floor-Standing",
"Other"
);