summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/BackendModuleEditDynamicFields.vue
Commit message (Collapse)AuthorAgeFilesLines
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-1/+1
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [webapp/external-backends] Remove console logs. lul ^^Jannik Schönartz2019-04-081-2/+0Star
|
* [webapp/external-backends] Udo's fix for my stupidity (disable prop was not ↵Jannik Schönartz2019-04-081-1/+3
| | | | reactive because the value was set directly and not with the method)
* [external-backends] Passwords are not send to the frontend anymoreJannik Schönartz2019-03-101-17/+39
| | | | | Change error responses to the new response scheme Add set password button in the frontend to deal with the no password policy
* [backends] Fixed offset-y depricated errorsJannik Schönartz2019-01-311-1/+1
|
* [external-backends] Add getClient methods for all backendsJannik Schönartz2018-08-291-0/+1
| | | | | | | Delete dummy and another backends. Extend template-dummy for testing stuff. Add getClient method for dhcp and idoit backends. Fixed appendicon for selections.
* [webapp/backends] Reworked Dynamic fields to work with the new recursive ↵Jannik Schönartz2018-07-261-0/+73
structure. Added the third step in the stepper which tests the connection (optional).