summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/IpxeBuilderModule.vue
Commit message (Collapse)AuthorAgeFilesLines
* npm install needed [ipxe builder] Rework to link directorys instead of ↵Jannik Schönartz2020-08-311-1/+1
| | | | single files
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-2/+2
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [ipxe builder] Merge efi and bios ipxe builder to one tab & add parameters uiJannik Schönartz2019-05-051-13/+5Star
| | | | | | | | | | | [server] Remove all req, res from the shell.js library Add ipxe config for the build parameters & parameter list Add api getter/setter methods for the ipxe config [webapp] Add ui for repository, branch and build targets Output: All of the scroll to bottom is now clickable
* [webapp/ipxeBuilder] Change expansion-panels to tabsJannik Schönartz2019-04-231-2/+2
|
* [webapp] small tabbar design tweaksUdo Walter2019-02-261-4/+4
|
* [webapp/user] Add user management module for creating / deleting user accountsJannik Schönartz2019-02-251-1/+1
|
* [Account] Add password change functionalityJannik Schönartz2019-02-231-1/+1
| | | | | | | | | | [server] Remove hased password from userinfo api Implement change password function [webapp] Fix z-index for the fixed tab bar (udo) Implement userinfo and change password in the account module
* [ipxe builder] Add ipxe builder moduleJannik Schönartz2019-01-151-0/+63
EFI and BIOS version can be build and configured Fancy log to see the stdout and stderr