refactor: rename directories to kebab-case and clean up project structure
Rename CMDB -> cmdb (submodule), GENERATEUR_CERTIFICATES -> cert-generator, GENERATEUR_SWITCH -> switch-config Remove deleted CMDB files, switch config examples, proxy.sh, and pycache artifacts Update all internal path references across HTML, JS, and Python files
This commit is contained in:
parent
bfc88f4afc
commit
2fb3621053
22 changed files with 27 additions and 9135 deletions
|
|
@ -1,11 +0,0 @@
|
|||
// Fichier de base de données VLAN - À charger dans le HTML
|
||||
// Placer ce fichier dans le même dossier que switch_vlan_mapper.html
|
||||
// Format : <id> = <nom> = <couleur hex> (exemple générique, à adapter)
|
||||
|
||||
const VLAN_DATABASE_FILE = `10 = MGMT = #6366f1
|
||||
20 = SERVERS = #22c55e
|
||||
30 = USERS = #06b6d4
|
||||
40 = VOICE = #2dd4bf
|
||||
50 = DMZ = #8b5cf6
|
||||
99 = GUEST = #f97316
|
||||
`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue