CESNET / liberouter-gui

8 stars 4 forks source link

Fix bootstrap.py with no modules #19

Closed nerudaj closed 7 years ago

nerudaj commented 7 years ago

When bootstrap.py finds no eligible modules to be registered, empty modules.ts should be generated.

nerudaj commented 7 years ago

There was another bug interconnected with this one. modules.ts will never be empty because there is a users module within frontend/src/app/modules that always has to be be imported, but it was not, until now.