summaryrefslogtreecommitdiffstats
path: root/webapp/components/backstage/backstage_sidebar.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/backstage/backstage_sidebar.jsx')
-rw-r--r--webapp/components/backstage/backstage_sidebar.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/webapp/components/backstage/backstage_sidebar.jsx b/webapp/components/backstage/backstage_sidebar.jsx
index 13c4f8b50..172119b32 100644
--- a/webapp/components/backstage/backstage_sidebar.jsx
+++ b/webapp/components/backstage/backstage_sidebar.jsx
@@ -59,6 +59,15 @@ export default class BackstageSidebar extends React.Component {
/>
)}
/>
+ <BackstageSection
+ name='command'
+ title={(
+ <FormattedMessage
+ id='backstage_sidebar.integrations.add.command'
+ defaultMessage='Slash Command'
+ />
+ )}
+ />
</BackstageSection>
</BackstageCategory>
</ul>