Skip to content
Snippets Groups Projects
Commit 42ef6900 authored by Eric Franz's avatar Eric Franz
Browse files

specify title of app only in manifest.yml

the only benefit of specifying the title in the form.yml is when we have
"subapps", where each subapp needs a different title; otherwise the manifest.yml can be used

this way we can maintain for all our apps that the basic way you change the title of the app
is to specify name in the manifest
parent b8eb77af
No related branches found
No related tags found
No related merge requests found
......@@ -10,9 +10,6 @@
# cluster: "owens"
cluster: ""
# Title of the app displayed in the Dashboard
title: "Jupyter Notebook"
# Description of the app displayed in the Dashboard (can use multi-line string
# and Markdown syntax)
description: |
......
---
name: Jupyter
name: Jupyter Notebook
category: Interactive Apps
subcategory: Servers
role: batch_connect
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment