This is an automated email from the ASF dual-hosted git repository.
ytykhun pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new 87b8fb6 [DATALAB-2566] Added local endpoint to config page
new c9934fc Merge pull request #1310 from GennadiyShpak/DATALAB-2566
87b8fb6 is described below
commit 87b8fb61317ab286ea0389a2985c6dc490b493aa
Author: KYIV\Hennadii_Shpak <[email protected]>
AuthorDate: Tue Oct 26 12:08:37 2021 +0300
[DATALAB-2566] Added local endpoint to config page
---
.../src/app/administration/configuration/configuration.component.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.html
b/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.html
index 62b11be..89024aa 100644
---
a/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.html
+++
b/services/self-service/src/main/resources/webapp/src/app/administration/configuration/configuration.component.html
@@ -20,7 +20,7 @@
<div class="base-retreat configuration">
<div class="sub-nav">
<div class="selection">
- <ng-template [ngIf]="endpoints?.length > 1">
+ <ng-template [ngIf]="endpoints">
<label class="label">Selected endpoint </label>
<div class="mat-reset">
<div class="control selector-wrapper">
@@ -34,7 +34,6 @@
<mat-option
*ngFor="let endpoint of endpoints"
[value]="endpoint.name"
- [disabled]="endpoint.status !== 'ACTIVE'"
(click)="setActiveEndpoint(endpoint.name)">
{{ endpoint.name === 'local' ? endpoint.name :
endpoint.name + ' (external endpoint)'}}{{endpoint.status !== 'ACTIVE' ? ',
inactive' : ''}}
</mat-option>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]