Pratik Borsadiya
Pratik Borsadiya
Hi @valoma The multilevel menu is currently not supported by vali-admin.
@irule311 The fix is proposed in #488
Are you using it from local `files://` scheme or some web server?
While using a pubic PC you can use incognito mode of the browser which will make browser forget all the history and cookie data once you close the window.
There are two ways to fix this immediately. - Change the `configuration.js` file from `src` folder and build the source files locally. - Another is to change `app.js` inside `doc`...
Regarding broken link in README file, a pull request to fix this is already open. #471
@foreverhex @hetraeus will you guys tell me that why are you guys specifically using webui from file. If it's because of being able to use the app offline I would...
@recolic `configuration.js` will not be executed directly as we are building the source code into one single file. It will reflect your changes if you compile the source code after...
> I'm using `npm run dev` to run my server. But I don't want to compile it again and again on every run... You can use `npm run build` to...