1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remove jobs Javascript

This commit is contained in:
jeremystretch
2021-12-20 20:59:14 -05:00
parent 4ae2b4e0b9
commit 17ba0a97d5
5 changed files with 0 additions and 173 deletions

View File

@ -40,7 +40,6 @@ async function bundleGraphIQL() {
async function bundleNetBox() {
const entryPoints = {
netbox: 'src/index.ts',
jobs: 'src/jobs.ts',
lldp: 'src/device/lldp.ts',
config: 'src/device/config.ts',
status: 'src/device/status.ts',