From 393d9e9b7f566d1ceadd42057816c9af16d87b84 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Tue, 16 Aug 2022 16:17:27 -0500 Subject: [PATCH] Fix application name JupyterLab --- form.yml.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/form.yml.erb b/form.yml.erb index ca6dac6..d9c0378 100644 --- a/form.yml.erb +++ b/form.yml.erb @@ -11,12 +11,12 @@ cluster: "SLURM_CLUSTER" # Title of the app displayed in the Dashboard -title: "Jupyter Lab" +title: "JupyterLab" # Description of the app displayed in the Dashboard (can use multi-line string # and Markdown syntax) description: | - This app will launch a Jupyter Lab server on one or more cores. + This app will launch a JupyterLab server on one or more cores. # Define attribute values that aren't meant to be modified by the user within # the Dashboard form -- GitLab