Explorar el Código

add file, skeleton from "select all"

CroogQT hace 3 años
padre
commit
2979a64ce3
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      netbox/project-static/src/buttons/selectMultiple.ts

+ 5 - 0
netbox/project-static/src/buttons/selectMultiple.ts

@@ -0,0 +1,5 @@
+import { getElement, getElements, findFirstAdjacent } from '../util';
+
+export function initSelectMultiple(): void {
+}
+