Commit Graph

6 Commits (e6f1bd8ad0791f039f383ab8864a83c573f81acb)

Author SHA1 Message Date
Mike Kershaw / Dragorn 2b434415f0 MACINFO: Update name in MACINFO package 2023-03-10 11:54:53 -05:00
Mike Kershaw / Dragorn 48d2b9691e Modules: Rev versions by .1 to pick up new api service, enable
enterprise model in builds
2022-05-20 09:33:15 -04:00
Mike Kershaw / Dragorn f5b59ea29c ApiService: Fix static reference 2022-05-19 17:52:55 -04:00
Mike Kershaw / Dragorn 1c26feaf27 ApiService: Update API service to extract relative links to API calls 2022-05-19 17:42:55 -04:00
Marc Egerton 7f70fc530d
All: Add devices value to all module.json 2022-03-17 00:35:04 +00:00
Theo 7f043cbc5b
Port MACInfo module (#40)
* First commit, add module folder

* Added spinner and allowed input of full mac

* CheckMAC online function ( non working )

* reverted change to build script

* Added working check online

* Added more info output to lookup online

* Added beginning of tabs function

* removed modified build script

* MACInfo: fix selectors, fix resource URL paths, fix API import path

* Removed online button from offline tab and other way around

* Fixed space being registered in lookup

* Fixed spinner CSS

* Changed looks of box

* removed spinners

* Fixed spelling and removed unneeded titling

* macinfo: Fix layout

* Added compatibility with windows naming scheme

* Added breakline for text

* Regex to check for valid MAC address, going to work on showing as proper error

* Added regex check for offline

* removed second build file

* Bold fonts for result category

* Added error if no valid MAC adress was inputted

* Specified types for variables and checked for valid mac before file open for speed

* Removed unused onstart due to the dir automaticlly being created anyways

* Class rename

* Fix regex check for offline and online mac

* Opened json file on start instead of on request

* misc: Re-run checks

* Fix regex lookup

* Added web icon or online

* added desktop icon for offline mode

* Fixed icons completely.

* Fix invalid module error handling in API

* Fix regex check

* Update module icon

* removed unused icons.

Co-authored-by: Marc <foxtrot@malloc.me>
Co-authored-by: Theodor Johanson <theo@pc.localdomain>
2021-07-09 22:55:26 +01:00