From 72b1e8cf290acd8120ca19b81f8b49e21a5c4d1b Mon Sep 17 00:00:00 2001
From: Jeremy Nicklas <jnicklas@osc.edu>
Date: Tue, 12 Sep 2017 12:07:12 -0400
Subject: [PATCH] move description to manifest

---
 form.yml     | 5 -----
 manifest.yml | 2 ++
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/form.yml b/form.yml
index c2cbdf8..081bd4f 100644
--- a/form.yml
+++ b/form.yml
@@ -10,11 +10,6 @@
 #     cluster: "owens"
 cluster: ""
 
-# Description of the app displayed in the Dashboard (can use multi-line string
-# and Markdown syntax)
-description: |
-  This app will launch a Jupyter Notebook server on one or more nodes.
-
 # Define attribute values that aren't meant to be modified by the user within
 # the Dashboard form
 attributes:
diff --git a/manifest.yml b/manifest.yml
index a1b3748..86a69aa 100644
--- a/manifest.yml
+++ b/manifest.yml
@@ -3,3 +3,5 @@ name: Jupyter Notebook
 category: Interactive Apps
 subcategory: Servers
 role: batch_connect
+description: |
+  This app will launch a Jupyter Notebook server on one or more nodes.
-- 
GitLab