This is an automated email from the ASF dual-hosted git repository. ankovalyshyn pushed a commit to branch DLAB-1397 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit 7346c1a553283f90e702159e177141fdca626113 Author: Andriana Kovalyshyn <andriana_kovalys...@epam.com> AuthorDate: Thu Dec 19 16:31:34 2019 +0200 [DLAB-1397]: typo fixes --- .../computational/cluster-details/cluster-details.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/computational/cluster-details/cluster-details.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/computational/cluster-details/cluster-details.component.html index 7436d0b..41c145e 100644 --- a/services/self-service/src/main/resources/webapp/src/app/resources/computational/cluster-details/cluster-details.component.html +++ b/services/self-service/src/main/resources/webapp/src/app/resources/computational/cluster-details/cluster-details.component.html @@ -109,7 +109,7 @@ <div class="checkbox-group" *ngIf="resource.image === 'docker.dlab-dataengine' && resource.status === 'running' && environment.image !== 'docker.dlab-zeppelin' - && environment.image === 'docker.dlab-superset' + && environment.image !== 'docker.dlab-superset' && environment.image !== 'docker.dlab-jupyterlab'"> <label> <input #configurationNode type="checkbox" (change)="selectConfiguration()" /> Cluster configurations --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org