diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..6099f49c05 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @kilchenmann diff --git a/src/app/main/action/progress-indicator/progress-indicator.component.scss b/src/app/main/action/progress-indicator/progress-indicator.component.scss index ab120d493d..1e41aea73b 100644 --- a/src/app/main/action/progress-indicator/progress-indicator.component.scss +++ b/src/app/main/action/progress-indicator/progress-indicator.component.scss @@ -74,8 +74,8 @@ $warn: rgb(244, 67, 54); } @keyframes spinner-keyframes { - 0% { transform: rotate(0deg); transform: rotate(0deg); } - 100% { transform: rotate(360deg); transform: rotate(360deg); } + 0% { transform: rotate(0deg); } + 100% { transform: rotate(360deg); } } } diff --git a/src/app/main/help/help.component.ts b/src/app/main/help/help.component.ts index 9f11690296..d93778c020 100644 --- a/src/app/main/help/help.component.ts +++ b/src/app/main/help/help.component.ts @@ -106,7 +106,7 @@ export class HelpComponent implements OnInit { this.tools[1].url += this.dspVersion.webapi; // set dsp-sipi version - this.tools[2].title += this.dspVersion.sipi; + this.tools[2].title += ' v' + this.dspVersion.sipi; this.tools[2].url += this.dspVersion.sipi; }, (error: ApiResponseError) => { diff --git a/src/app/workspace/resource/properties/properties.component.html b/src/app/workspace/resource/properties/properties.component.html index dbfb5e9db3..79312cabba 100644 --- a/src/app/workspace/resource/properties/properties.component.html +++ b/src/app/workspace/resource/properties/properties.component.html @@ -70,7 +70,7 @@

This resource belongs to the project - {{project?.shortname}} + {{project?.shortname}} open_in_new

diff --git a/src/app/workspace/resource/resource-instance-form/resource-instance-form.component.html b/src/app/workspace/resource/resource-instance-form/resource-instance-form.component.html index 92bf2dba76..12060d7e76 100644 --- a/src/app/workspace/resource/resource-instance-form/resource-instance-form.component.html +++ b/src/app/workspace/resource/resource-instance-form/resource-instance-form.component.html @@ -35,7 +35,7 @@ -

{{errorMessage}}

+

{{errorMessage}}

diff --git a/src/app/workspace/search/fulltext-search/fulltext-search.component.scss b/src/app/workspace/search/fulltext-search/fulltext-search.component.scss index c4d6f43eab..ffc03ad722 100644 --- a/src/app/workspace/search/fulltext-search/fulltext-search.component.scss +++ b/src/app/workspace/search/fulltext-search/fulltext-search.component.scss @@ -252,7 +252,6 @@ } .app-search-menu { - height: auto; box-shadow: none; background-color: transparent; position: absolute;