summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/EventModuleEdit.vue
Commit message (Collapse)AuthorAgeFilesLines
* [permissionmanager] frontend use own getChilds functionChristian Hofmaier2020-07-021-1/+1
|
* [webapp] upgrade/migration from vuetify 1.5 to 2.XUdo Walter2020-01-191-9/+5Star
| | | | still TODO: switch from old grid system (v-layout/v-flex) to the new one (v-row/v-col)
* [eventmanager] add tutorial classes + fix 'name not empty' bugChristian Hofmaier2019-05-201-10/+14
|
* [eventmanager] fix date/time picker languageChristian Hofmaier2019-05-061-7/+9
|
* [eventmanager] better support for firesnailChristian Hofmaier2019-04-191-3/+5
|
* [eventmanager + configloader] safe time string instead of unix timestampChristian Hofmaier2019-04-191-28/+24Star
|
* [eventmanager] start date picker week mondayChristian Hofmaier2019-04-161-2/+2
|
* [eventmanager] fix blacklist clientsChristian Hofmaier2019-04-161-1/+1
|
* [eventmanager] UI improvementsChristian Hofmaier2019-04-151-1/+4
| | | | | | | - show IDs in table - dblclick events to open dialog - some stepper improvements - language tags
* [eventmanager] integrate WoL utilityChristian Hofmaier2019-04-151-1/+13
| | | | | | - add column to db - add checkbox to frontend - implement scheduler
* [eventmanager] fix create not init correctlyChristian Hofmaier2019-04-151-1/+1
|
* [eventmanager] show config name instead of config id in event tableChristian Hofmaier2019-04-141-8/+1Star
| | | | - change models/migrations for config association
* [eventmanager] fix blacklist not deselecting correctlyChristian Hofmaier2019-04-051-6/+17
| | | | - clicking on step will now load childs into blacklist too
* [eventmanager] fix bug tab-content not loading correctlyChristian Hofmaier2019-04-041-15/+16
| | | | | | - fix blacklist not resetting when new edit dialog - remove unwanted paddings - [configloader] remove console logs
* [eventmanager] fix bug with german language interval typeChristian Hofmaier2019-04-021-6/+7
|
* [eventmanager] adjust init paramsChristian Hofmaier2019-03-251-5/+5
|
* [eventmanager] Add module and functionalityChristian Hofmaier2019-03-241-0/+638
- list to show all events, buttons to create/delete events - can add groups/clients to event - can add blacklist to event