From f069a55fdac7b293b1da172d45dc866fe47431ad Mon Sep 17 00:00:00 2001 From: jose_d Date: Thu, 21 Apr 2022 15:29:49 +0200 Subject: [PATCH] add example for bc_desktop into dashboard_pinned_apps (#668) I think we could add proposed trick from https://discourse.openondemand.org/t/modified-apps-in-etc-ood-config-apps-not-showing-up-as-pinned/1528/4?u=jose-d as an example into this documentation page. --- source/customizations.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/customizations.rst b/source/customizations.rst index d27addf18..c40d0c855 100644 --- a/source/customizations.rst +++ b/source/customizations.rst @@ -579,6 +579,8 @@ Full examples are below: # /etc/ood/config/ondemand.d/ondemand.yml pinned_apps: - sys/jupyter # pin a specific system installed app called 'jupyter' + + - sys/bc_desktop/desk1 # pinned desktop app must contain exact desktop name - 'desk1' - 'sys/*' # pin all system install apps. This also works for usr/* and dev/*