summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/IpxeBuilderModuleConfig.vue
Commit message (Collapse)AuthorAgeFilesLines
* npm install needed [ipxe builder] Rework to link directorys instead of ↵Jannik Schönartz2020-08-311-2/+93
| | | | single files
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-39/+39
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [documentation] Added ipxe builder module.Jannik Schönartz2019-06-261-8/+8
|
* [ipxe builder] Merge efi and bios ipxe builder to one tab & add parameters uiJannik Schönartz2019-05-051-26/+198
| | | | | | | | | | | [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-70/+48Star
|
* [ipxe] Add parameter to api how many lines the response should send and ↵Jannik Schönartz2019-03-101-19/+15Star
| | | | adjust frontend
* [webapp/ipxe] Fix console autoscroll on linuxJannik Schönartz2019-03-081-1/+2
|
* [webapp/ipxe] Add scroll to bottom feature, fix multiline bug and fix cancelJannik Schönartz2019-02-281-33/+72
|
* [server/ipxe] Fix codemirror only loading on click bug & add the fixes for ↵Jannik Schönartz2019-02-271-9/+12
| | | | the tamas demo to the git
* [webapp] npm updateUdo Walter2019-02-251-1/+1
|
* [webapp/user] Add user management module for creating / deleting user accountsJannik Schönartz2019-02-251-1/+1
|
* [ipxe builder] Add cancel button for the ipxe building process, limit log to ↵Jannik Schönartz2019-02-191-2/+12
| | | | 500 lines
* [ipxe builder] Disable building/cleaning if a build process is already runningJannik Schönartz2019-01-311-12/+34
|
* [ipxe builder] Add ipxe builder moduleJannik Schönartz2019-01-151-0/+224
EFI and BIOS version can be build and configured Fancy log to see the stdout and stderr