Skip to content

Commit 593b717

Browse files
authored
switch icon not working
1 parent 4dc7c9f commit 593b717

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

static/js/app.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,11 +641,12 @@ const NetworkMonitor = () => {
641641
},
642642
React.createElement('option', { value: 'router' }, 'Router'),
643643
React.createElement('option', { value: 'server' }, 'Server'),
644-
React.createElement('option', { value: 'switch' }, 'Switch'),
645644
React.createElement('option', { value: 'wifi' }, 'WiFi AP'),
646645
React.createElement('option', { value: 'storage' }, 'Storage'),
647646
// i forgot the monitor to rep systems... oops make sure to add it
648-
React.createElement('option', { value: 'monitor' }, 'End-User Device')
647+
React.createElement('option', { value: 'monitor' }, 'End-User Device'),
648+
// i forgot to create one for a switch
649+
React.createElement('option', { value: 'switch' }, 'Switch')
649650
)
650651
),
651652
React.createElement('button', {

0 commit comments

Comments
 (0)