Skip to content

Commit

Permalink
Adding extra examples per device
Browse files Browse the repository at this point in the history
Adding extra examples per device
  • Loading branch information
peterbaumert authored Aug 30, 2023
2 parents ece3413 + 48d4821 commit f2d2fa5
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/Cisco/C9300-48P.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions examples/Generic/24-ports-UTP-Patchpanel.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* Ports are named "Port 1", "Port 2" | "Rear Port 1", "Rear Port 2" and so on */
.deviceview.area.dFront {
/* both set to auto to overwrite the 32 columns 2 rows design */
background: #000;
grid-auto-rows: auto;
grid-auto-columns: auto;
grid-template-areas:
"port-1 port-2 port-3 port-4 port-5 port-6 s0 port-7 port-8 port-9 port-10 port-11 port-12 s1 port-13 port-14 port-15 port-16 port-17 port-18 s2 port-19 port-20 port-21 port-22 port-23 port-24"
}

.deviceview.area.dRear {
/* both set to auto to overwrite the 32 columns 2 rows design */
background: #000;
grid-auto-rows: auto;
grid-auto-columns: auto; grid-template-areas:
"port-1 port-2 port-3 port-4 port-5 port-6 s0 port-7 port-8 port-9 port-10 port-11 port-12 s1 port-13 port-14 port-15 port-16 port-17 port-18 s2 port-19 port-20 port-21 port-22 port-23 port-24"
}
20 changes: 20 additions & 0 deletions examples/Generic/48-ports-UTP-Patchpanel.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* Ports are named "port 1", "port 2" | "Rear Port 1", "Rear Port 2" and so on */
.deviceview.area.dFront {
/* both set to auto to overwrite the 32 columns 2 rows design */
background: #000;
grid-auto-rows: auto;
grid-auto-columns: auto;
grid-template-areas:
"port-1 port-2 port-3 port-4 port-5 port-6 s0 port-7 port-8 port-9 port-10 port-11 port-12 s1 port-13 port-14 port-15 port-16 port-17 port-18 s2 port-19 port-20 port-21 port-22 port-23 port-24"
"port-25 port-26 port-27 port-28 port-29 port-30 s0 port-31 port-32 port-33 port-34 port-35 port-36 s1 port-37 port-38 port-39 port-40 port-41 port-42 s2 port-43 port-44 port-45 port-46 port-47 port-48"
}

.deviceview.area.dRear {
/* both set to auto to overwrite the 32 columns 2 rows design */
background: #000;
grid-auto-rows: auto;
grid-auto-columns: auto;
grid-template-areas:
"port-1 port-2 port-3 port-4 port-5 port-6 s0 port-7 port-8 port-9 port-10 port-11 port-12 s1 port-13 port-14 port-15 port-16 port-17 port-18 s2 port-19 port-20 port-21 port-22 port-23 port-24"
"port-25 port-26 port-27 port-28 port-29 port-30 s0 port-31 port-32 port-33 port-34 port-35 port-36 s1 port-37 port-38 port-39 port-40 port-41 port-42 s2 port-43 port-44 port-45 port-46 port-47 port-48"
}
20 changes: 20 additions & 0 deletions examples/Generic/LC-48-port-Fiber-Patchpanel.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* Ports are named "Port 1", "Port 2" | "Rear Port 1", "Rear Port 2" and so on */
.deviceview.area.dFront {
/* both set to auto to overwrite the 32 columns 2 rows design */
background: #000;
grid-auto-rows: auto;
grid-auto-columns: auto;
grid-template-areas:
"port-1 port-2 port-3 port-4 port-5 port-6 port-7 port-8 port-9 port-10 port-11 port-12 port-13 port-14 port-15 port-16 port-17 port-18 port-19 port-20 port-21 port-22 port-23 port-24"
"port-25 port-26 port-27 port-28 port-29 port-30 port-31 port-32 port-33 port-34 port-35 port-36 port-37 port-38 port-39 port-40 port-41 port-42 port-43 port-44 port-45 port-46 port-47 port-48"
}

.deviceview.area.dRear {
/* both set to auto to overwrite the 32 columns 2 rows design */
background: #000;
grid-auto-rows: auto;
grid-auto-columns: auto;
grid-template-areas:
"port-1 port-2 port-3 port-4 port-5 port-6 port-7 port-8 port-9 port-10 port-11 port-12 port-13 port-14 port-15 port-16 port-17 port-18 port-19 port-20 port-21 port-22 port-23 port-24"
"port-25 port-26 port-27 port-28 port-29 port-30 port-31 port-32 port-33 port-34 port-35 port-36 port-37 port-38 port-39 port-40 port-41 port-42 port-43 port-44 port-45 port-46 port-47 port-48"
}

0 comments on commit f2d2fa5

Please sign in to comment.