jira-issue-web-reporter/README.md

42 lines
539 B
Markdown
Raw Permalink Normal View History

2019-12-04 16:00:16 +03:00
# jira-quick-issue-creator
### Supported themes:
2019-12-04 16:03:16 +03:00
Set theme in UI section of appsettings.json:
2019-12-04 16:01:52 +03:00
```
"UI": {
"Theme": "default",
```
2019-12-04 16:03:16 +03:00
of via enviroment-file vars or compose-file:
```
- UI_Theme: default
```
2019-12-04 16:01:52 +03:00
2019-12-04 16:03:16 +03:00
Themes:
2019-12-04 16:00:16 +03:00
* `cerulean`
* `cosmo`
* `cyborg`
* `darkly`
* `default`
* `flatly`
* `journal`
* `litera`
* `lumen`
* `lux`
* `materia`
* `minty`
* `pulse`
* `sandstone`
* `simplex`
* `sketchy`
* `slate`
* `solar`
* `spacelab`
* `superhero`
* `united`
* `yeti`
2019-12-04 16:03:16 +03:00
You cah check live demos at official https://bootswatch.com/ site.