diff --git a/src/components/topRail/TopRail.vue b/src/components/topRail/TopRail.vue
index 8bd6586b4..c04e6488d 100644
--- a/src/components/topRail/TopRail.vue
+++ b/src/components/topRail/TopRail.vue
@@ -21,7 +21,7 @@
/>
-
+
@@ -85,6 +85,9 @@ export default {
isPackageAiInstalled() {
return window.ProcessMaker?.modeler?.isPackageAiInstalled;
},
+ disableLaunchpad() {
+ return window.ProcessMaker?.modeler?.process?.is_template;
+ },
},
watch: {
numberOfErrors(newValue) {
diff --git a/src/components/topRail/launchpadControl/LaunchpadButton.vue b/src/components/topRail/launchpadControl/LaunchpadButton.vue
index 8dfe49f07..99dd62d54 100644
--- a/src/components/topRail/launchpadControl/LaunchpadButton.vue
+++ b/src/components/topRail/launchpadControl/LaunchpadButton.vue
@@ -2,12 +2,14 @@
@@ -15,21 +17,44 @@
+
+